#119bed

Color #119BED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #119BED

Tints of Dodger Blue #119BED

Color information

#119BED (or 0x119BED) is unknown color: approx 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

RGB17155237-
CMYK0.930.3500.07
HSL202.36º86.61%49.8%-
HSV(B)202.36º92.83%92.94%-
XYZ27.2429.6884.41-
YUV123.09192.2852.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.16%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 237 (92.97% from 255) = 57.95%
R=4.16%
G=37.90%
B=57.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171552370.930.3500.07202.3686.6149.8
Hex119BED5D2307ca5732
Octal21233355135430731212762
Binary10001100110111110110110111011000110111110010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>