Html Css Color HEX #126EFB Dodger Blue

📋 copy color: '#126EFB'

red 18 ◦ green 110 ◦ blue 251

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

Shades of Dodger Blue #126EFB

Tints of Dodger Blue #126EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

 BLUE value IS 251 (98.44% from 255) = 66.23%

R = 4.75%
G = 29.02%
B = 66.23%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#126EFB (or 0x126EFB) is known color: Dodger Blue. HEX triplet: 12, 6E and FB. RGB value is (18,110,251). Sum of RGB (Red+Green+Blue) = 18+110+251=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #126EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EFB is #ED9104. Grayscale: #616161. Windows color (decimal): -15569157 or 16477714. OLE color: 16477714.

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

Color convert

RGB 18 110 251 -
CMYK 0.93 0.56 0 0.02
HSL 216.31º 0.97% 0.53% -
HSV(B) 216.31º 0.93% 0.98% -
XYZ 23.24 18.25 93.56 -
YUV 98.57 214.02 70.54 -
System Red Green Blue C M Y K H S L
Decimal 18 110 251 0.93 0.56 0 0.02 216.31 0.97 0.53
Hex 12 6E FB 5D 38 0 2 D8 61 35
Octal 22 156 373 135 70 0 2 330 141 65
Binary 10010 1101110 11111011 1011101 111000 0 10 11011000 1100001 110101

Color Harmonies of #126EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EFB

Black with #126EFB

Text Example


Text Example

White with #126EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,251); }

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

background-color css

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

 a { background-color: rgb(18,110,251); }

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

border-color css

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

 span { border-color: rgb(18,110,251); }

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