Html Css Color HEX #039ADB Pacific Blue

📋 copy color: '#039ADB'

red 3 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #039ADB

Tints of Pacific Blue #039ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 0.8%
G = 40.96%
B = 58.24%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#039ADB (or 0x039ADB) is known color: Pacific Blue. HEX triplet: 03, 9A and DB. RGB value is (3,154,219). Sum of RGB (Red+Green+Blue) = 3+154+219=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #039ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ADB is #FC6524. Grayscale: #737373. Windows color (decimal): -16540965 or 14391811. OLE color: 14391811.

HSL color Cylindrical-coordinate representation of color #039ADB: hue angle of 198.06º 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 #039ADB is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 154 219 -
CMYK 0.99 0.30 0 0.14
HSL 198.06º 0.97% 0.44% -
HSV(B) 198.06º 0.99% 0.86% -
XYZ 24.38 28.25 71.18 -
YUV 116.26 185.97 47.21 -
System Red Green Blue C M Y K H S L
Decimal 3 154 219 0.99 0.30 0 0.14 198.06 0.97 0.44
Hex 3 9A DB 63 1E 0 E C6 61 2C
Octal 3 232 333 143 36 0 16 306 141 54
Binary 11 10011010 11011011 1100011 11110 0 1110 11000110 1100001 101100

Color Harmonies of #039ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ADB

Black with #039ADB

Text Example


Text Example

White with #039ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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