Html Css Color HEX #119EFC Dodger Blue

📋 copy color: '#119EFC'

red 17 ◦ green 158 ◦ blue 252

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

Shades of Dodger Blue #119EFC

Tints of Dodger Blue #119EFC

RGB

 RED value IS 17 (7.03% from 255) = 3.98%

 GREEN value IS 158 (62.11% from 255) = 37%

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

R = 3.98%
G = 37%
B = 59.02%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#119EFC (or 0x119EFC) is known color: Dodger Blue. HEX triplet: 11, 9E and FC. RGB value is (17,158,252). Sum of RGB (Red+Green+Blue) = 17+158+252=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #119EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EFC is #EE6103. Grayscale: #7E7E7E. Windows color (decimal): -15622404 or 16555537. OLE color: 16555537.

HSL color Cylindrical-coordinate representation of color #119EFC: hue angle of 204º 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 #119EFC is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 158 252 -
CMYK 0.93 0.37 0 0.01
HSL 204º 0.98% 0.53% -
HSV(B) 204º 0.93% 0.99% -
XYZ 30.03 31.6 96.61 -
YUV 126.56 198.79 49.86 -
System Red Green Blue C M Y K H S L
Decimal 17 158 252 0.93 0.37 0 0.01 204 0.98 0.53
Hex 11 9E FC 5D 25 0 1 CC 62 35
Octal 21 236 374 135 45 0 1 314 142 65
Binary 10001 10011110 11111100 1011101 100101 0 1 11001100 1100010 110101

Color Harmonies of #119EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EFC

Black with #119EFC

Text Example


Text Example

White with #119EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119EFC; }

 p { color: rgb(17,158,252); }

 H1.HeaderClassName
 {
   color: #119EFC;
 }
 .AnyTagClassName
 {
   color: #119EFC;
 }
</style>

background-color css

<style>
 a { background-color: #119EFC; }

 a { background-color: rgb(17,158,252); }

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

border-color css

<style>
 span { border-color: #119EFC; }

 span { border-color: rgb(17,158,252); }

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