Html Css Color HEX #039EDD Pacific Blue

📋 copy color: '#039EDD'

red 3 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #039EDD

Tints of Pacific Blue #039EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 0.79%
G = 41.36%
B = 57.85%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#039EDD (or 0x039EDD) is known color: Pacific Blue. HEX triplet: 03, 9E and DD. RGB value is (3,158,221). Sum of RGB (Red+Green+Blue) = 3+158+221=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #039EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039EDD is #FC6122. Grayscale: #767676. Windows color (decimal): -16539939 or 14523907. OLE color: 14523907.

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

Color convert

RGB 3 158 221 -
CMYK 0.99 0.29 0 0.13
HSL 197.34º 0.97% 0.44% -
HSV(B) 197.34º 0.99% 0.87% -
XYZ 25.32 29.69 72.8 -
YUV 118.84 185.65 45.38 -
System Red Green Blue C M Y K H S L
Decimal 3 158 221 0.99 0.29 0 0.13 197.34 0.97 0.44
Hex 3 9E DD 63 1D 0 D C5 61 2C
Octal 3 236 335 143 35 0 15 305 141 54
Binary 11 10011110 11011101 1100011 11101 0 1101 11000101 1100001 101100

Color Harmonies of #039EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039EDD

Black with #039EDD

Text Example


Text Example

White with #039EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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