Html Css Color HEX #126EF1 Dodger Blue

📋 copy color: '#126EF1'

red 18 ◦ green 110 ◦ blue 241

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

Shades of Dodger Blue #126EF1

Tints of Dodger Blue #126EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 4.88%
G = 29.81%
B = 65.31%

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

#126EF1 (or 0x126EF1) is known color: Dodger Blue. HEX triplet: 12, 6E and F1. RGB value is (18,110,241). Sum of RGB (Red+Green+Blue) = 18+110+241=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #126EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EF1 is #ED910E. Grayscale: #606060. Windows color (decimal): -15569167 or 15822354. OLE color: 15822354.

HSL color Cylindrical-coordinate representation of color #126EF1: hue angle of 215.25º degrees, saturation: 0.89, 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 #126EF1 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 110 241 -
CMYK 0.93 0.54 0 0.05
HSL 215.25º 0.89% 0.51% -
HSV(B) 215.25º 0.93% 0.95% -
XYZ 21.7 17.63 85.48 -
YUV 97.43 209.02 71.35 -
System Red Green Blue C M Y K H S L
Decimal 18 110 241 0.93 0.54 0 0.05 215.25 0.89 0.51
Hex 12 6E F1 5D 36 0 5 D7 59 33
Octal 22 156 361 135 66 0 5 327 131 63
Binary 10010 1101110 11110001 1011101 110110 0 101 11010111 1011001 110011

Color Harmonies of #126EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EF1

Black with #126EF1

Text Example


Text Example

White with #126EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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