Html Css Color HEX #1398DB Pacific Blue

📋 copy color: '#1398DB'

red 19 ◦ green 152 ◦ blue 219

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

Shades of Pacific Blue #1398DB

Tints of Pacific Blue #1398DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

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

R = 4.87%
G = 38.97%
B = 56.15%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1398DB (or 0x1398DB) is known color: Pacific Blue. HEX triplet: 13, 98 and DB. RGB value is (19,152,219). Sum of RGB (Red+Green+Blue) = 19+152+219=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #1398DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1398DB is #EC6724. Grayscale: #777777. Windows color (decimal): -15492901 or 14391315. OLE color: 14391315.

HSL color Cylindrical-coordinate representation of color #1398DB: hue angle of 200.1º 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 #1398DB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 152 219 -
CMYK 0.91 0.31 0 0.14
HSL 200.1º 0.84% 0.47% -
HSV(B) 200.1º 0.91% 0.86% -
XYZ 24.28 27.71 71.09 -
YUV 119.87 183.94 56.05 -
System Red Green Blue C M Y K H S L
Decimal 19 152 219 0.91 0.31 0 0.14 200.1 0.84 0.47
Hex 13 98 DB 5B 1F 0 E C8 54 2F
Octal 23 230 333 133 37 0 16 310 124 57
Binary 10011 10011000 11011011 1011011 11111 0 1110 11001000 1010100 101111

Color Harmonies of #1398DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1398DB

Black with #1398DB

Text Example


Text Example

White with #1398DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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