Html Css Color HEX #126EF3 Dodger Blue

📋 copy color: '#126EF3'

red 18 ◦ green 110 ◦ blue 243

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

Shades of Dodger Blue #126EF3

Tints of Dodger Blue #126EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 65.5%

R = 4.85%
G = 29.65%
B = 65.5%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#126EF3 (or 0x126EF3) is known color: Dodger Blue. HEX triplet: 12, 6E and F3. RGB value is (18,110,243). Sum of RGB (Red+Green+Blue) = 18+110+243=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #126EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EF3 is #ED910C. Grayscale: #616161. Windows color (decimal): -15569165 or 15953426. OLE color: 15953426.

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

Color convert

RGB 18 110 243 -
CMYK 0.93 0.55 0 0.05
HSL 215.47º 0.9% 0.51% -
HSV(B) 215.47º 0.93% 0.95% -
XYZ 22 17.75 87.06 -
YUV 97.65 210.02 71.19 -
System Red Green Blue C M Y K H S L
Decimal 18 110 243 0.93 0.55 0 0.05 215.47 0.9 0.51
Hex 12 6E F3 5D 37 0 5 D7 5A 33
Octal 22 156 363 135 67 0 5 327 132 63
Binary 10010 1101110 11110011 1011101 110111 0 101 11010111 1011010 110011

Color Harmonies of #126EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EF3

Black with #126EF3

Text Example


Text Example

White with #126EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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