#126EFD

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

Shades of Dodger Blue #126EFD

Tints of Dodger Blue #126EFD

Color information

#126EFD (or 0x126EFD) is unknown color: approx Dodger Blue. HEX triplet: 12, 6E and FD. RGB value is (18,110,253). Sum of RGB (Red+Green+Blue) = 18+110+253=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #126EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EFD is #ED9102. Grayscale: #626262. Windows color (decimal): -15569155 or 16608786. OLE color: 16608786.

HSL color Cylindrical-coordinate representation of color #126EFD: hue angle of 216.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126EFD is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18110253-
CMYK0.930.5700.01
HSL216.51º98.33%53.14%-
HSV(B)216.51º92.89%99.22%-
XYZ23.5618.3795.23-
YUV98.79215.0270.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.72%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 253 (99.22% from 255) = 66.40%
R=4.72%
G=28.87%
B=66.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181102530.930.5700.01216.5198.3353.14
Hex126EFD5D3901d96235
Octal22156375135710133114265
Binary10010110111011111101101110111100101110110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,110,253); }

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

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

 a { background-color: rgb(18,110,253); }

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

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

 span { border-color: rgb(18,110,253); }

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