#126AFF

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

Shades of Dodger Blue #126AFF

Tints of Dodger Blue #126AFF

Color information

#126AFF (or 0x126AFF) is unknown color: approx Dodger Blue. HEX triplet: 12, 6A and FF. RGB value is (18,106,255). Sum of RGB (Red+Green+Blue) = 18+106+255=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #126AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126AFF is #ED9500. Grayscale: #5F5F5F. Windows color (decimal): -15570177 or 16738834. OLE color: 16738834.

HSL color Cylindrical-coordinate representation of color #126AFF: hue angle of 217.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126AFF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18106255-
CMYK0.930.5800
HSL217.72º100%53.53%-
HSV(B)217.72º92.94%100%-
XYZ23.4517.6696.78-
YUV96.67217.3571.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.75%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 255 (100% from 255) = 67.28%
R=4.75%
G=27.97%
B=67.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181062550.930.5800217.7210053.53
Hex126AFF5D3A00da6436
Octal22152377135720033214466
Binary10010110101011111111101110111101000110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,106,255); }

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

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

 a { background-color: rgb(18,106,255); }

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

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

 span { border-color: rgb(18,106,255); }

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