Html Css Color HEX #1594CE Pacific Blue

📋 copy color: '#1594CE'

red 21 ◦ green 148 ◦ blue 206

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

Shades of Pacific Blue #1594CE

Tints of Pacific Blue #1594CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 5.6%
G = 39.47%
B = 54.93%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1594CE (or 0x1594CE) is known color: Pacific Blue. HEX triplet: 15, 94 and CE. RGB value is (21,148,206). Sum of RGB (Red+Green+Blue) = 21+148+206=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #1594CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594CE is #EA6B31. Grayscale: #747474. Windows color (decimal): -15362866 or 13538325. OLE color: 13538325.

HSL color Cylindrical-coordinate representation of color #1594CE: hue angle of 198.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594CE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 148 206 -
CMYK 0.90 0.28 0 0.19
HSL 198.81º 0.81% 0.45% -
HSV(B) 198.81º 0.9% 0.81% -
XYZ 22.04 25.8 62.21 -
YUV 116.64 178.42 59.78 -
System Red Green Blue C M Y K H S L
Decimal 21 148 206 0.90 0.28 0 0.19 198.81 0.81 0.45
Hex 15 94 CE 5A 1C 0 13 C7 51 2D
Octal 25 224 316 132 34 0 23 307 121 55
Binary 10101 10010100 11001110 1011010 11100 0 10011 11000111 1010001 101101

Color Harmonies of #1594CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1594CE

Black with #1594CE

Text Example


Text Example

White with #1594CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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