Html Css Color HEX #126AFE Dodger Blue

📋 copy color: '#126AFE'

red 18 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #126AFE

Tints of Dodger Blue #126AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.04%

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

R = 4.76%
G = 28.04%
B = 67.2%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#126AFE (or 0x126AFE) is known color: Dodger Blue. HEX triplet: 12, 6A and FE. RGB value is (18,106,254). Sum of RGB (Red+Green+Blue) = 18+106+254=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #126AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126AFE is #ED9501. Grayscale: #5F5F5F. Windows color (decimal): -15570178 or 16673298. OLE color: 16673298.

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

Color convert

RGB 18 106 254 -
CMYK 0.93 0.58 0 0.00
HSL 217.63º 0.99% 0.53% -
HSV(B) 217.63º 0.93% 1% -
XYZ 23.29 17.59 95.93 -
YUV 96.56 216.85 71.97 -
System Red Green Blue C M Y K H S L
Decimal 18 106 254 0.93 0.58 0 0.00 217.63 0.99 0.53
Hex 12 6A FE 5D 3A 0 0 DA 63 35
Octal 22 152 376 135 72 0 0 332 143 65
Binary 10010 1101010 11111110 1011101 111010 0 0 11011010 1100011 110101

Color Harmonies of #126AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126AFE

Black with #126AFE

Text Example


Text Example

White with #126AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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