Html Css Color HEX #1195E5 Dodger Blue

📋 copy color: '#1195E5'

red 17 ◦ green 149 ◦ blue 229

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

Shades of Dodger Blue #1195E5

Tints of Dodger Blue #1195E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.97%

R = 4.3%
G = 37.72%
B = 57.97%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1195E5 (or 0x1195E5) is known color: Dodger Blue. HEX triplet: 11, 95 and E5. RGB value is (17,149,229). Sum of RGB (Red+Green+Blue) = 17+149+229=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 229 (89.84% from 255 or 57.97% from 395); Max value from RGB is 229 - color contains mainly: blue. Hex color #1195E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195E5 is #EE6A1A. Grayscale: #767676. Windows color (decimal): -15624731 or 15045905. OLE color: 15045905.

HSL color Cylindrical-coordinate representation of color #1195E5: hue angle of 202.64º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1195E5 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 149 229 -
CMYK 0.93 0.35 0 0.10
HSL 202.64º 0.86% 0.48% -
HSV(B) 202.64º 0.93% 0.9% -
XYZ 25.12 27.27 78.07 -
YUV 118.65 190.27 55.5 -
System Red Green Blue C M Y K H S L
Decimal 17 149 229 0.93 0.35 0 0.10 202.64 0.86 0.48
Hex 11 95 E5 5D 23 0 A CB 56 30
Octal 21 225 345 135 43 0 12 313 126 60
Binary 10001 10010101 11100101 1011101 100011 0 1010 11001011 1010110 110000

Color Harmonies of #1195E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195E5

Black with #1195E5

Text Example


Text Example

White with #1195E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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