Html Css Color HEX #039EDB Pacific Blue

📋 copy color: '#039EDB'

red 3 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #039EDB

Tints of Pacific Blue #039EDB

RGB

 RED value IS 3 (1.56% from 255) = 0.79%

 GREEN value IS 158 (62.11% from 255) = 41.58%

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

R = 0.79%
G = 41.58%
B = 57.63%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#039EDB (or 0x039EDB) is known color: Pacific Blue. HEX triplet: 03, 9E and DB. RGB value is (3,158,219). Sum of RGB (Red+Green+Blue) = 3+158+219=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #039EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EDB is #FC6124. Grayscale: #767676. Windows color (decimal): -16539941 or 14392835. OLE color: 14392835.

HSL color Cylindrical-coordinate representation of color #039EDB: hue angle of 196.94º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EDB is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 158 219 -
CMYK 0.99 0.28 0 0.14
HSL 196.94º 0.97% 0.44% -
HSV(B) 196.94º 0.99% 0.86% -
XYZ 25.05 29.59 71.41 -
YUV 118.61 184.65 45.54 -
System Red Green Blue C M Y K H S L
Decimal 3 158 219 0.99 0.28 0 0.14 196.94 0.97 0.44
Hex 3 9E DB 63 1C 0 E C5 61 2C
Octal 3 236 333 143 34 0 16 305 141 54
Binary 11 10011110 11011011 1100011 11100 0 1110 11000101 1100001 101100

Color Harmonies of #039EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039EDB

Black with #039EDB

Text Example


Text Example

White with #039EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039EDB; }

 p { color: rgb(3,158,219); }

 H1.HeaderClassName
 {
   color: #039EDB;
 }
 .AnyTagClassName
 {
   color: #039EDB;
 }
</style>

background-color css

<style>
 a { background-color: #039EDB; }

 a { background-color: rgb(3,158,219); }

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

border-color css

<style>
 span { border-color: #039EDB; }

 span { border-color: rgb(3,158,219); }

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