Html Css Color HEX #1195EF Dodger Blue

📋 copy color: '#1195EF'

red 17 ◦ green 149 ◦ blue 239

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

Shades of Dodger Blue #1195EF

Tints of Dodger Blue #1195EF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 239 (93.75% from 255) = 59.01%

R = 4.2%
G = 36.79%
B = 59.01%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1195EF (or 0x1195EF) is known color: Dodger Blue. HEX triplet: 11, 95 and EF. RGB value is (17,149,239). Sum of RGB (Red+Green+Blue) = 17+149+239=405 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.20% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #1195EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1195EF is #EE6A10. Grayscale: #777777. Windows color (decimal): -15624721 or 15701265. OLE color: 15701265.

HSL color Cylindrical-coordinate representation of color #1195EF: hue angle of 204.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1195EF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 149 239 -
CMYK 0.93 0.38 0 0.06
HSL 204.32º 0.87% 0.5% -
HSV(B) 204.32º 0.93% 0.94% -
XYZ 26.56 27.85 85.64 -
YUV 119.79 195.27 54.68 -
System Red Green Blue C M Y K H S L
Decimal 17 149 239 0.93 0.38 0 0.06 204.32 0.87 0.5
Hex 11 95 EF 5D 26 0 6 CC 57 32
Octal 21 225 357 135 46 0 6 314 127 62
Binary 10001 10010101 11101111 1011101 100110 0 110 11001100 1010111 110010

Color Harmonies of #1195EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195EF

Black with #1195EF

Text Example


Text Example

White with #1195EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1195EF; }

 p { color: rgb(17,149,239); }

 H1.HeaderClassName
 {
   color: #1195EF;
 }
 .AnyTagClassName
 {
   color: #1195EF;
 }
</style>

background-color css

<style>
 a { background-color: #1195EF; }

 a { background-color: rgb(17,149,239); }

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

border-color css

<style>
 span { border-color: #1195EF; }

 span { border-color: rgb(17,149,239); }

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