Html Css Color HEX #119CFB Dodger Blue

📋 copy color: '#119CFB'

red 17 ◦ green 156 ◦ blue 251

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

Shades of Dodger Blue #119CFB

Tints of Dodger Blue #119CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 251 (98.44% from 255) = 59.2%

R = 4.01%
G = 36.79%
B = 59.2%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#119CFB (or 0x119CFB) is known color: Dodger Blue. HEX triplet: 11, 9C and FB. RGB value is (17,156,251). Sum of RGB (Red+Green+Blue) = 17+156+251=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #119CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CFB is #EE6304. Grayscale: #7C7C7C. Windows color (decimal): -15622917 or 16489489. OLE color: 16489489.

HSL color Cylindrical-coordinate representation of color #119CFB: hue angle of 204.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119CFB is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 156 251 -
CMYK 0.93 0.38 0 0.02
HSL 204.36º 0.97% 0.53% -
HSV(B) 204.36º 0.93% 0.98% -
XYZ 29.53 30.86 95.67 -
YUV 125.27 198.95 50.78 -
System Red Green Blue C M Y K H S L
Decimal 17 156 251 0.93 0.38 0 0.02 204.36 0.97 0.53
Hex 11 9C FB 5D 26 0 2 CC 61 35
Octal 21 234 373 135 46 0 2 314 141 65
Binary 10001 10011100 11111011 1011101 100110 0 10 11001100 1100001 110101

Color Harmonies of #119CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CFB

Black with #119CFB

Text Example


Text Example

White with #119CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,156,251); }

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

background-color css

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

 a { background-color: rgb(17,156,251); }

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

border-color css

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

 span { border-color: rgb(17,156,251); }

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