Html Css Color HEX #1196FF Dodger Blue

📋 copy color: '#1196FF'

red 17 ◦ green 150 ◦ blue 255

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

Shades of Dodger Blue #1196FF

Tints of Dodger Blue #1196FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 255 (100% from 255) = 60.43%

R = 4.03%
G = 35.55%
B = 60.43%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1196FF (or 0x1196FF) is known color: Dodger Blue. HEX triplet: 11, 96 and FF. RGB value is (17,150,255). Sum of RGB (Red+Green+Blue) = 17+150+255=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #1196FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1196FF is #EE6900. Grayscale: #797979. Windows color (decimal): -15624449 or 16750097. OLE color: 16750097.

HSL color Cylindrical-coordinate representation of color #1196FF: hue angle of 206.47º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1196FF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 150 255 -
CMYK 0.93 0.41 0 0
HSL 206.47º 1% 0.53% -
HSV(B) 206.47º 0.93% 1% -
XYZ 29.19 29.15 98.7 -
YUV 122.2 202.94 52.96 -
System Red Green Blue C M Y K H S L
Decimal 17 150 255 0.93 0.41 0 0 206.47 1 0.53
Hex 11 96 FF 5D 29 0 0 CE 64 35
Octal 21 226 377 135 51 0 0 316 144 65
Binary 10001 10010110 11111111 1011101 101001 0 0 11001110 1100100 110101

Color Harmonies of #1196FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1196FF

Black with #1196FF

Text Example


Text Example

White with #1196FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1196FF; }

 p { color: rgb(17,150,255); }

 H1.HeaderClassName
 {
   color: #1196FF;
 }
 .AnyTagClassName
 {
   color: #1196FF;
 }
</style>

background-color css

<style>
 a { background-color: #1196FF; }

 a { background-color: rgb(17,150,255); }

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

border-color css

<style>
 span { border-color: #1196FF; }

 span { border-color: rgb(17,150,255); }

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