Html Css Color HEX #119AFC Dodger Blue

📋 copy color: '#119AFC'

red 17 ◦ green 154 ◦ blue 252

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

Shades of Dodger Blue #119AFC

Tints of Dodger Blue #119AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

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

R = 4.02%
G = 36.41%
B = 59.57%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#119AFC (or 0x119AFC) is known color: Dodger Blue. HEX triplet: 11, 9A and FC. RGB value is (17,154,252). Sum of RGB (Red+Green+Blue) = 17+154+252=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #119AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119AFC is #EE6503. Grayscale: #7B7B7B. Windows color (decimal): -15623428 or 16554513. OLE color: 16554513.

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

Color convert

RGB 17 154 252 -
CMYK 0.93 0.39 0 0.01
HSL 205.02º 0.98% 0.53% -
HSV(B) 205.02º 0.93% 0.99% -
XYZ 29.36 30.26 96.39 -
YUV 124.21 200.11 51.53 -
System Red Green Blue C M Y K H S L
Decimal 17 154 252 0.93 0.39 0 0.01 205.02 0.98 0.53
Hex 11 9A FC 5D 27 0 1 CD 62 35
Octal 21 232 374 135 47 0 1 315 142 65
Binary 10001 10011010 11111100 1011101 100111 0 1 11001101 1100010 110101

Color Harmonies of #119AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AFC

Black with #119AFC

Text Example


Text Example

White with #119AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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