#126DF6

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

Shades of Dodger Blue #126DF6

Tints of Dodger Blue #126DF6

Color information

#126DF6 (or 0x126DF6) is unknown color: approx Dodger Blue. HEX triplet: 12, 6D and F6. RGB value is (18,109,246). Sum of RGB (Red+Green+Blue) = 18+109+246=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #126DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126DF6 is #ED9209. Grayscale: #606060. Windows color (decimal): -15569418 or 16149778. OLE color: 16149778.

HSL color Cylindrical-coordinate representation of color #126DF6: hue angle of 216.05º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126DF6 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18109246-
CMYK0.930.5600.04
HSL216.05º92.68%51.76%-
HSV(B)216.05º92.68%96.47%-
XYZ22.3517.7289.43-
YUV97.41211.8571.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.83%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 246 (96.48% from 255) = 65.95%
R=4.83%
G=29.22%
B=65.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181092460.930.5600.04216.0592.6851.76
Hex126DF65D3804d85d34
Octal22155366135700433013564
Binary1001011011011111011010111011110000100110110001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126DF6; }

 p { color: rgb(18,109,246); }

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

<style>
 a { background-color: #126DF6; }

 a { background-color: rgb(18,109,246); }

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

<style>
 span { border-color: #126DF6; }

 span { border-color: rgb(18,109,246); }

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