Html Css Color HEX #1594DD Pacific Blue

📋 copy color: '#1594DD'

red 21 ◦ green 148 ◦ blue 221

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

Shades of Pacific Blue #1594DD

Tints of Pacific Blue #1594DD

RGB

 RED value IS 21 (8.59% from 255) = 5.38%

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 5.38%
G = 37.95%
B = 56.67%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1594DD (or 0x1594DD) is known color: Pacific Blue. HEX triplet: 15, 94 and DD. RGB value is (21,148,221). Sum of RGB (Red+Green+Blue) = 21+148+221=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #1594DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594DD is #EA6B22. Grayscale: #757575. Windows color (decimal): -15362851 or 14521365. OLE color: 14521365.

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

Color convert

RGB 21 148 221 -
CMYK 0.90 0.33 0 0.13
HSL 201.9º 0.83% 0.47% -
HSV(B) 201.9º 0.9% 0.87% -
XYZ 23.95 26.56 72.27 -
YUV 118.35 185.92 58.56 -
System Red Green Blue C M Y K H S L
Decimal 21 148 221 0.90 0.33 0 0.13 201.9 0.83 0.47
Hex 15 94 DD 5A 21 0 D CA 53 2F
Octal 25 224 335 132 41 0 15 312 123 57
Binary 10101 10010100 11011101 1011010 100001 0 1101 11001010 1010011 101111

Color Harmonies of #1594DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1594DD

Black with #1594DD

Text Example


Text Example

White with #1594DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,148,221); }

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

background-color css

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

 a { background-color: rgb(21,148,221); }

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

border-color css

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

 span { border-color: rgb(21,148,221); }

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