Html Css Color HEX #126FFC Dodger Blue

📋 copy color: '#126FFC'

red 18 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #126FFC

Tints of Dodger Blue #126FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 4.72%
G = 29.13%
B = 66.14%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#126FFC (or 0x126FFC) is known color: Dodger Blue. HEX triplet: 12, 6F and FC. RGB value is (18,111,252). Sum of RGB (Red+Green+Blue) = 18+111+252=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #126FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126FFC is #ED9003. Grayscale: #626262. Windows color (decimal): -15568900 or 16543506. OLE color: 16543506.

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

Color convert

RGB 18 111 252 -
CMYK 0.93 0.56 0 0.01
HSL 216.15º 0.98% 0.53% -
HSV(B) 216.15º 0.93% 0.99% -
XYZ 23.5 18.53 94.43 -
YUV 99.27 214.19 70.04 -
System Red Green Blue C M Y K H S L
Decimal 18 111 252 0.93 0.56 0 0.01 216.15 0.98 0.53
Hex 12 6F FC 5D 38 0 1 D8 62 35
Octal 22 157 374 135 70 0 1 330 142 65
Binary 10010 1101111 11111100 1011101 111000 0 1 11011000 1100010 110101

Color Harmonies of #126FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FFC

Black with #126FFC

Text Example


Text Example

White with #126FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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