Html Css Color HEX #126CFB Dodger Blue

📋 copy color: '#126CFB'

red 18 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #126CFB

Tints of Dodger Blue #126CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

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

R = 4.77%
G = 28.65%
B = 66.58%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#126CFB (or 0x126CFB) is known color: Dodger Blue. HEX triplet: 12, 6C and FB. RGB value is (18,108,251). Sum of RGB (Red+Green+Blue) = 18+108+251=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #126CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CFB is #ED9304. Grayscale: #606060. Windows color (decimal): -15569669 or 16477202. OLE color: 16477202.

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

Color convert

RGB 18 108 251 -
CMYK 0.93 0.57 0 0.02
HSL 216.82º 0.97% 0.53% -
HSV(B) 216.82º 0.93% 0.98% -
XYZ 23.02 17.82 93.49 -
YUV 97.39 214.68 71.37 -
System Red Green Blue C M Y K H S L
Decimal 18 108 251 0.93 0.57 0 0.02 216.82 0.97 0.53
Hex 12 6C FB 5D 39 0 2 D9 61 35
Octal 22 154 373 135 71 0 2 331 141 65
Binary 10010 1101100 11111011 1011101 111001 0 10 11011001 1100001 110101

Color Harmonies of #126CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CFB

Black with #126CFB

Text Example


Text Example

White with #126CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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