Html Css Color HEX #1195DD Pacific Blue

📋 copy color: '#1195DD'

red 17 ◦ green 149 ◦ blue 221

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

Shades of Pacific Blue #1195DD

Tints of Pacific Blue #1195DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 4.39%
G = 38.5%
B = 57.11%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1195DD (or 0x1195DD) is known color: Pacific Blue. HEX triplet: 11, 95 and DD. RGB value is (17,149,221). Sum of RGB (Red+Green+Blue) = 17+149+221=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #1195DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195DD is #EE6A22. Grayscale: #757575. Windows color (decimal): -15624739 or 14521617. OLE color: 14521617.

HSL color Cylindrical-coordinate representation of color #1195DD: hue angle of 201.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1195DD is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 149 221 -
CMYK 0.92 0.33 0 0.13
HSL 201.18º 0.86% 0.47% -
HSV(B) 201.18º 0.92% 0.87% -
XYZ 24.03 26.83 72.32 -
YUV 117.74 186.27 56.15 -
System Red Green Blue C M Y K H S L
Decimal 17 149 221 0.92 0.33 0 0.13 201.18 0.86 0.47
Hex 11 95 DD 5C 21 0 D C9 56 2F
Octal 21 225 335 134 41 0 15 311 126 57
Binary 10001 10010101 11011101 1011100 100001 0 1101 11001001 1010110 101111

Color Harmonies of #1195DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195DD

Black with #1195DD

Text Example


Text Example

White with #1195DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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