Html Css Color HEX #126FFF Dodger Blue

📋 copy color: '#126FFF'

red 18 ◦ green 111 ◦ blue 255

#126FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #126FFF

Tints of Dodger Blue #126FFF

RGB

 RED value IS 18 (7.42% from 255) = 4.69%

 GREEN value IS 111 (43.75% from 255) = 28.91%

 BLUE value IS 255 (100% from 255) = 66.41%

R = 4.69%
G = 28.91%
B = 66.41%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#126FFF (or 0x126FFF) is known color: Dodger Blue. HEX triplet: 12, 6F and FF. RGB value is (18,111,255). Sum of RGB (Red+Green+Blue) = 18+111+255=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #126FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126FFF is #ED9000. Grayscale: #626262. Windows color (decimal): -15568897 or 16740114. OLE color: 16740114.

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

Color convert

RGB 18 111 255 -
CMYK 0.93 0.56 0 0
HSL 216.46º 1% 0.54% -
HSV(B) 216.46º 0.93% 1% -
XYZ 23.98 18.72 96.96 -
YUV 99.61 215.69 69.79 -
System Red Green Blue C M Y K H S L
Decimal 18 111 255 0.93 0.56 0 0 216.46 1 0.54
Hex 12 6F FF 5D 38 0 0 D8 64 36
Octal 22 157 377 135 70 0 0 330 144 66
Binary 10010 1101111 11111111 1011101 111000 0 0 11011000 1100100 110110

Color Harmonies of #126FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FFF

Black with #126FFF

Text Example


Text Example

White with #126FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #126FFF;
 }
 .AnyTagClassName
 {
   color: #126FFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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