#307bfd

Color #307BFD Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #307BFD

Tints of Dodger Blue #307BFD

Color information

#307BFD (or 0x307BFD) is unknown color: approx Dodger Blue. HEX triplet: 30, 7B and FD. RGB value is (48,123,253). Sum of RGB (Red+Green+Blue) = 48+123+253=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #307BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BFD is #CF8402. Grayscale: #727272. Windows color (decimal): -13599747 or 16612144. OLE color: 16612144.

HSL color Cylindrical-coordinate representation of color #307BFD: hue angle of 218.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307BFD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB48123253-
CMYK0.810.5100.01
HSL218.05º98.09%59.02%-
HSV(B)218.05º81.03%99.22%-
XYZ26.0321.8995.78-
YUV115.4205.6579.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.32%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 253 (99.22% from 255) = 59.67%
R=11.32%
G=29.01%
B=59.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal481232530.810.5100.01218.0598.0959.02
Hex307BFD513301da623b
Octal60173375121630133214273
Binary110000111101111111101101000111001101110110101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307bfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307bfd; }

 p { color: rgb(48,123,253); }

 H1.HeaderClassName
 {
   color: #307bfd;
 }
 .AnyTagClassName
 {
   color: #307bfd;
 }
</style>
background-color css

<style>
 a { background-color: #307bfd; }

 a { background-color: rgb(48,123,253); }

 div.DivClassName
 {
   background-color: #307bfd;
 }
 .BgClassName
 {
   background-color: #307bfd;
 }
</style>
border-color css

<style>
 span { border-color: #307bfd; }

 span { border-color: rgb(48,123,253); }

 td.TdClassName
 {
   border-color: #307bfd;
 }
 .TagClassName
 {
   border-color: #307bfd;
 }
</style>