Html Css Color HEX #1594DB Pacific Blue

📋 copy color: '#1594DB'

red 21 ◦ green 148 ◦ blue 219

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

Shades of Pacific Blue #1594DB

Tints of Pacific Blue #1594DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 5.41%
G = 38.14%
B = 56.44%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1594DB (or 0x1594DB) is known color: Pacific Blue. HEX triplet: 15, 94 and DB. RGB value is (21,148,219). Sum of RGB (Red+Green+Blue) = 21+148+219=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #1594DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1594DB is #EA6B24. Grayscale: #757575. Windows color (decimal): -15362853 or 14390293. OLE color: 14390293.

HSL color Cylindrical-coordinate representation of color #1594DB: hue angle of 201.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1594DB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 148 219 -
CMYK 0.90 0.32 0 0.14
HSL 201.52º 0.83% 0.47% -
HSV(B) 201.52º 0.9% 0.86% -
XYZ 23.69 26.45 70.88 -
YUV 118.12 184.92 58.73 -
System Red Green Blue C M Y K H S L
Decimal 21 148 219 0.90 0.32 0 0.14 201.52 0.83 0.47
Hex 15 94 DB 5A 20 0 E CA 52 2F
Octal 25 224 333 132 40 0 16 312 122 57
Binary 10101 10010100 11011011 1011010 100000 0 1110 11001010 1010010 101111

Color Harmonies of #1594DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1594DB

Black with #1594DB

Text Example


Text Example

White with #1594DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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