Html Css Color HEX #039AE1 Pacific Blue

📋 copy color: '#039AE1'

red 3 ◦ green 154 ◦ blue 225

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

Shades of Pacific Blue #039AE1

Tints of Pacific Blue #039AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.9%

R = 0.79%
G = 40.31%
B = 58.9%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#039AE1 (or 0x039AE1) is known color: Pacific Blue. HEX triplet: 03, 9A and E1. RGB value is (3,154,225). Sum of RGB (Red+Green+Blue) = 3+154+225=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #039AE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039AE1 is #FC651E. Grayscale: #747474. Windows color (decimal): -16540959 or 14785027. OLE color: 14785027.

HSL color Cylindrical-coordinate representation of color #039AE1: hue angle of 199.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AE1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 154 225 -
CMYK 0.99 0.32 0 0.12
HSL 199.19º 0.97% 0.45% -
HSV(B) 199.19º 0.99% 0.88% -
XYZ 25.18 28.57 75.42 -
YUV 116.95 188.97 46.73 -
System Red Green Blue C M Y K H S L
Decimal 3 154 225 0.99 0.32 0 0.12 199.19 0.97 0.45
Hex 3 9A E1 63 20 0 C C7 61 2D
Octal 3 232 341 143 40 0 14 307 141 55
Binary 11 10011010 11100001 1100011 100000 0 1100 11000111 1100001 101101

Color Harmonies of #039AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039AE1

Black with #039AE1

Text Example


Text Example

White with #039AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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