Html Css Color HEX #126EF5 Dodger Blue

📋 copy color: '#126EF5'

red 18 ◦ green 110 ◦ blue 245

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

Shades of Dodger Blue #126EF5

Tints of Dodger Blue #126EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 65.68%

R = 4.83%
G = 29.49%
B = 65.68%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#126EF5 (or 0x126EF5) is known color: Dodger Blue. HEX triplet: 12, 6E and F5. RGB value is (18,110,245). Sum of RGB (Red+Green+Blue) = 18+110+245=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 245 (96.09% from 255 or 65.68% from 373); Max value from RGB is 245 - color contains mainly: blue. Hex color #126EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EF5 is #ED910A. Grayscale: #616161. Windows color (decimal): -15569163 or 16084498. OLE color: 16084498.

HSL color Cylindrical-coordinate representation of color #126EF5: hue angle of 215.68º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126EF5 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 110 245 -
CMYK 0.93 0.55 0 0.04
HSL 215.68º 0.92% 0.52% -
HSV(B) 215.68º 0.93% 0.96% -
XYZ 22.31 17.87 88.66 -
YUV 97.88 211.02 71.02 -
System Red Green Blue C M Y K H S L
Decimal 18 110 245 0.93 0.55 0 0.04 215.68 0.92 0.52
Hex 12 6E F5 5D 37 0 4 D8 5C 34
Octal 22 156 365 135 67 0 4 330 134 64
Binary 10010 1101110 11110101 1011101 110111 0 100 11011000 1011100 110100

Color Harmonies of #126EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126EF5

Black with #126EF5

Text Example


Text Example

White with #126EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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