Html Css Color HEX #126FF2 Dodger Blue

📋 copy color: '#126FF2'

red 18 ◦ green 111 ◦ blue 242

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

Shades of Dodger Blue #126FF2

Tints of Dodger Blue #126FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 65.23%

R = 4.85%
G = 29.92%
B = 65.23%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#126FF2 (or 0x126FF2) is known color: Dodger Blue. HEX triplet: 12, 6F and F2. RGB value is (18,111,242). Sum of RGB (Red+Green+Blue) = 18+111+242=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #126FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126FF2 is #ED900D. Grayscale: #616161. Windows color (decimal): -15568910 or 15888146. OLE color: 15888146.

HSL color Cylindrical-coordinate representation of color #126FF2: hue angle of 215.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126FF2 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 111 242 -
CMYK 0.93 0.54 0 0.05
HSL 215.09º 0.9% 0.51% -
HSV(B) 215.09º 0.93% 0.95% -
XYZ 21.96 17.91 86.3 -
YUV 98.13 209.19 70.85 -
System Red Green Blue C M Y K H S L
Decimal 18 111 242 0.93 0.54 0 0.05 215.09 0.9 0.51
Hex 12 6F F2 5D 36 0 5 D7 5A 33
Octal 22 157 362 135 66 0 5 327 132 63
Binary 10010 1101111 11110010 1011101 110110 0 101 11010111 1011010 110011

Color Harmonies of #126FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126FF2

Black with #126FF2

Text Example


Text Example

White with #126FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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