Html Css Color HEX #126DFE Dodger Blue

📋 copy color: '#126DFE'

red 18 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #126DFE

Tints of Dodger Blue #126DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

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

R = 4.72%
G = 28.61%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#126DFE (or 0x126DFE) is known color: Dodger Blue. HEX triplet: 12, 6D and FE. RGB value is (18,109,254). Sum of RGB (Red+Green+Blue) = 18+109+254=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #126DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126DFE is #ED9201. Grayscale: #616161. Windows color (decimal): -15569410 or 16674066. OLE color: 16674066.

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

Color convert

RGB 18 109 254 -
CMYK 0.93 0.57 0 0.00
HSL 216.86º 0.99% 0.53% -
HSV(B) 216.86º 0.93% 1% -
XYZ 23.61 18.22 96.04 -
YUV 98.32 215.85 70.71 -
System Red Green Blue C M Y K H S L
Decimal 18 109 254 0.93 0.57 0 0.00 216.86 0.99 0.53
Hex 12 6D FE 5D 39 0 0 D9 63 35
Octal 22 155 376 135 71 0 0 331 143 65
Binary 10010 1101101 11111110 1011101 111001 0 0 11011001 1100011 110101

Color Harmonies of #126DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DFE

Black with #126DFE

Text Example


Text Example

White with #126DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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