Html Css Color HEX #1394DB Pacific Blue

📋 copy color: '#1394DB'

red 19 ◦ green 148 ◦ blue 219

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

Shades of Pacific Blue #1394DB

Tints of Pacific Blue #1394DB

RGB

 RED value IS 19 (7.81% from 255) = 4.92%

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

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

R = 4.92%
G = 38.34%
B = 56.74%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1394DB (or 0x1394DB) is known color: Pacific Blue. HEX triplet: 13, 94 and DB. RGB value is (19,148,219). Sum of RGB (Red+Green+Blue) = 19+148+219=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #1394DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1394DB is #EC6B24. Grayscale: #757575. Windows color (decimal): -15493925 or 14390291. OLE color: 14390291.

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

Color convert

RGB 19 148 219 -
CMYK 0.91 0.32 0 0.14
HSL 201.3º 0.84% 0.47% -
HSV(B) 201.3º 0.91% 0.86% -
XYZ 23.64 26.43 70.87 -
YUV 117.52 185.26 57.73 -
System Red Green Blue C M Y K H S L
Decimal 19 148 219 0.91 0.32 0 0.14 201.3 0.84 0.47
Hex 13 94 DB 5B 20 0 E C9 54 2F
Octal 23 224 333 133 40 0 16 311 124 57
Binary 10011 10010100 11011011 1011011 100000 0 1110 11001001 1010100 101111

Color Harmonies of #1394DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1394DB

Black with #1394DB

Text Example


Text Example

White with #1394DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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