Html Css Color HEX #126FFE Dodger Blue

📋 copy color: '#126FFE'

red 18 ◦ green 111 ◦ blue 254

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

Shades of Dodger Blue #126FFE

Tints of Dodger Blue #126FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.32%

R = 4.7%
G = 28.98%
B = 66.32%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#126FFE (or 0x126FFE) is known color: Dodger Blue. HEX triplet: 12, 6F and FE. RGB value is (18,111,254). Sum of RGB (Red+Green+Blue) = 18+111+254=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #126FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126FFE is #ED9001. Grayscale: #626262. Windows color (decimal): -15568898 or 16674578. OLE color: 16674578.

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

Color convert

RGB 18 111 254 -
CMYK 0.93 0.56 0 0.00
HSL 216.36º 0.99% 0.53% -
HSV(B) 216.36º 0.93% 1% -
XYZ 23.82 18.65 96.11 -
YUV 99.5 215.19 69.87 -
System Red Green Blue C M Y K H S L
Decimal 18 111 254 0.93 0.56 0 0.00 216.36 0.99 0.53
Hex 12 6F FE 5D 38 0 0 D8 63 35
Octal 22 157 376 135 70 0 0 330 143 65
Binary 10010 1101111 11111110 1011101 111000 0 0 11011000 1100011 110101

Color Harmonies of #126FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FFE

Black with #126FFE

Text Example


Text Example

White with #126FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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