Html Css Color HEX #119BFF Dodger Blue

📋 copy color: '#119BFF'

red 17 ◦ green 155 ◦ blue 255

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

Shades of Dodger Blue #119BFF

Tints of Dodger Blue #119BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.3%

 BLUE value IS 255 (100% from 255) = 59.72%

R = 3.98%
G = 36.3%
B = 59.72%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#119BFF (or 0x119BFF) is known color: Dodger Blue. HEX triplet: 11, 9B and FF. RGB value is (17,155,255). Sum of RGB (Red+Green+Blue) = 17+155+255=427 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.98% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #119BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BFF is #EE6400. Grayscale: #7C7C7C. Windows color (decimal): -15623169 or 16751377. OLE color: 16751377.

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

Color convert

RGB 17 155 255 -
CMYK 0.93 0.39 0 0
HSL 205.21º 1% 0.53% -
HSV(B) 205.21º 0.93% 1% -
XYZ 30 30.78 98.97 -
YUV 125.14 201.28 50.87 -
System Red Green Blue C M Y K H S L
Decimal 17 155 255 0.93 0.39 0 0 205.21 1 0.53
Hex 11 9B FF 5D 27 0 0 CD 64 35
Octal 21 233 377 135 47 0 0 315 144 65
Binary 10001 10011011 11111111 1011101 100111 0 0 11001101 1100100 110101

Color Harmonies of #119BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BFF

Black with #119BFF

Text Example


Text Example

White with #119BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,155,255); }

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

background-color css

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

 a { background-color: rgb(17,155,255); }

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

border-color css

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

 span { border-color: rgb(17,155,255); }

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