Html Css Color HEX #119BED Dodger Blue

📋 copy color: '#119BED'

red 17 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #119BED

Tints of Dodger Blue #119BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 4.16%
G = 37.9%
B = 57.95%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#119BED (or 0x119BED) is known color: Dodger Blue. HEX triplet: 11, 9B and ED. RGB value is (17,155,237). Sum of RGB (Red+Green+Blue) = 17+155+237=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #119BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119BED is #EE6412. Grayscale: #7A7A7A. Windows color (decimal): -15623187 or 15571729. OLE color: 15571729.

HSL color Cylindrical-coordinate representation of color #119BED: hue angle of 202.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119BED is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 155 237 -
CMYK 0.93 0.35 0 0.07
HSL 202.36º 0.87% 0.5% -
HSV(B) 202.36º 0.93% 0.93% -
XYZ 27.24 29.68 84.41 -
YUV 123.09 192.28 52.33 -
System Red Green Blue C M Y K H S L
Decimal 17 155 237 0.93 0.35 0 0.07 202.36 0.87 0.5
Hex 11 9B ED 5D 23 0 7 CA 57 32
Octal 21 233 355 135 43 0 7 312 127 62
Binary 10001 10011011 11101101 1011101 100011 0 111 11001010 1010111 110010

Color Harmonies of #119BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BED

Black with #119BED

Text Example


Text Example

White with #119BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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