Html Css Color HEX #039ED5 Pacific Blue

📋 copy color: '#039ED5'

red 3 ◦ green 158 ◦ blue 213

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

Shades of Pacific Blue #039ED5

Tints of Pacific Blue #039ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 0.8%
G = 42.25%
B = 56.95%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#039ED5 (or 0x039ED5) is known color: Pacific Blue. HEX triplet: 03, 9E and D5. RGB value is (3,158,213). Sum of RGB (Red+Green+Blue) = 3+158+213=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #039ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ED5 is #FC612A. Grayscale: #757575. Windows color (decimal): -16539947 or 13999619. OLE color: 13999619.

HSL color Cylindrical-coordinate representation of color #039ED5: hue angle of 195.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039ED5 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 158 213 -
CMYK 0.99 0.26 0 0.16
HSL 195.71º 0.97% 0.42% -
HSV(B) 195.71º 0.99% 0.84% -
XYZ 24.27 29.28 67.32 -
YUV 117.93 181.65 46.03 -
System Red Green Blue C M Y K H S L
Decimal 3 158 213 0.99 0.26 0 0.16 195.71 0.97 0.42
Hex 3 9E D5 63 1A 0 10 C4 61 2A
Octal 3 236 325 143 32 0 20 304 141 52
Binary 11 10011110 11010101 1100011 11010 0 10000 11000100 1100001 101010

Color Harmonies of #039ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ED5

Black with #039ED5

Text Example


Text Example

White with #039ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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