#126CFD

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

Shades of Dodger Blue #126CFD

Tints of Dodger Blue #126CFD

Color information

#126CFD (or 0x126CFD) is unknown color: approx Dodger Blue. HEX triplet: 12, 6C and FD. RGB value is (18,108,253). Sum of RGB (Red+Green+Blue) = 18+108+253=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #126CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CFD is #ED9302. Grayscale: #606060. Windows color (decimal): -15569667 or 16608274. OLE color: 16608274.

HSL color Cylindrical-coordinate representation of color #126CFD: hue angle of 217.02º 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 #126CFD is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18108253-
CMYK0.930.5700.01
HSL217.02º98.33%53.14%-
HSV(B)217.02º92.89%99.22%-
XYZ23.3417.9595.16-
YUV97.62215.6871.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.75%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 253 (99.22% from 255) = 66.75%
R=4.75%
G=28.50%
B=66.75%

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
Decimal181082530.930.5700.01217.0298.3353.14
Hex126CFD5D3901d96235
Octal22154375135710133114265
Binary10010110110011111101101110111100101110110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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