Html Css Color HEX #1197EB Dodger Blue

📋 copy color: '#1197EB'

red 17 ◦ green 151 ◦ blue 235

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

Shades of Dodger Blue #1197EB

Tints of Dodger Blue #1197EB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 4.22%
G = 37.47%
B = 58.31%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1197EB (or 0x1197EB) is known color: Dodger Blue. HEX triplet: 11, 97 and EB. RGB value is (17,151,235). Sum of RGB (Red+Green+Blue) = 17+151+235=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #1197EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1197EB is #EE6814. Grayscale: #787878. Windows color (decimal): -15624213 or 15439633. OLE color: 15439633.

HSL color Cylindrical-coordinate representation of color #1197EB: hue angle of 203.12º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1197EB is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 151 235 -
CMYK 0.93 0.36 0 0.08
HSL 203.12º 0.87% 0.49% -
HSV(B) 203.12º 0.93% 0.92% -
XYZ 26.29 28.25 82.66 -
YUV 120.51 192.61 54.17 -
System Red Green Blue C M Y K H S L
Decimal 17 151 235 0.93 0.36 0 0.08 203.12 0.87 0.49
Hex 11 97 EB 5D 24 0 8 CB 57 31
Octal 21 227 353 135 44 0 10 313 127 61
Binary 10001 10010111 11101011 1011101 100100 0 1000 11001011 1010111 110001

Color Harmonies of #1197EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197EB

Black with #1197EB

Text Example


Text Example

White with #1197EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1197EB; }

 p { color: rgb(17,151,235); }

 H1.HeaderClassName
 {
   color: #1197EB;
 }
 .AnyTagClassName
 {
   color: #1197EB;
 }
</style>

background-color css

<style>
 a { background-color: #1197EB; }

 a { background-color: rgb(17,151,235); }

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

border-color css

<style>
 span { border-color: #1197EB; }

 span { border-color: rgb(17,151,235); }

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