Html Css Color HEX #039CDB Pacific Blue

📋 copy color: '#039CDB'

red 3 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #039CDB

Tints of Pacific Blue #039CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

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

R = 0.79%
G = 41.27%
B = 57.94%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#039CDB (or 0x039CDB) is known color: Pacific Blue. HEX triplet: 03, 9C and DB. RGB value is (3,156,219). Sum of RGB (Red+Green+Blue) = 3+156+219=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #039CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CDB is #FC6324. Grayscale: #757575. Windows color (decimal): -16540453 or 14392323. OLE color: 14392323.

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

Color convert

RGB 3 156 219 -
CMYK 0.99 0.29 0 0.14
HSL 197.5º 0.97% 0.44% -
HSV(B) 197.5º 0.99% 0.86% -
XYZ 24.71 28.91 71.3 -
YUV 117.44 185.31 46.38 -
System Red Green Blue C M Y K H S L
Decimal 3 156 219 0.99 0.29 0 0.14 197.5 0.97 0.44
Hex 3 9C DB 63 1D 0 E C6 61 2C
Octal 3 234 333 143 35 0 16 306 141 54
Binary 11 10011100 11011011 1100011 11101 0 1110 11000110 1100001 101100

Color Harmonies of #039CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039CDB

Black with #039CDB

Text Example


Text Example

White with #039CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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