Html Css Color HEX #119BFB Dodger Blue

📋 copy color: '#119BFB'

red 17 ◦ green 155 ◦ blue 251

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

Shades of Dodger Blue #119BFB

Tints of Dodger Blue #119BFB

RGB

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

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

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

R = 4.02%
G = 36.64%
B = 59.34%

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

#119BFB (or 0x119BFB) is known color: Dodger Blue. HEX triplet: 11, 9B and FB. RGB value is (17,155,251). Sum of RGB (Red+Green+Blue) = 17+155+251=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #119BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BFB is #EE6404. Grayscale: #7C7C7C. Windows color (decimal): -15623173 or 16489233. OLE color: 16489233.

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

Color convert

RGB 17 155 251 -
CMYK 0.93 0.38 0 0.02
HSL 204.62º 0.97% 0.53% -
HSV(B) 204.62º 0.93% 0.98% -
XYZ 29.37 30.53 95.61 -
YUV 124.68 199.28 51.19 -
System Red Green Blue C M Y K H S L
Decimal 17 155 251 0.93 0.38 0 0.02 204.62 0.97 0.53
Hex 11 9B FB 5D 26 0 2 CD 61 35
Octal 21 233 373 135 46 0 2 315 141 65
Binary 10001 10011011 11111011 1011101 100110 0 10 11001101 1100001 110101

Color Harmonies of #119BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BFB

Black with #119BFB

Text Example


Text Example

White with #119BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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