Html Css Color HEX #039CE1 Pacific Blue

📋 copy color: '#039CE1'

red 3 ◦ green 156 ◦ blue 225

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

Shades of Pacific Blue #039CE1

Tints of Pacific Blue #039CE1

RGB

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

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

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

R = 0.78%
G = 40.63%
B = 58.59%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#039CE1 (or 0x039CE1) is known color: Pacific Blue. HEX triplet: 03, 9C and E1. RGB value is (3,156,225). Sum of RGB (Red+Green+Blue) = 3+156+225=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #039CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CE1 is #FC631E. Grayscale: #757575. Windows color (decimal): -16540447 or 14785539. OLE color: 14785539.

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

Color convert

RGB 3 156 225 -
CMYK 0.99 0.31 0 0.12
HSL 198.65º 0.97% 0.45% -
HSV(B) 198.65º 0.99% 0.88% -
XYZ 25.52 29.23 75.53 -
YUV 118.12 188.31 45.89 -
System Red Green Blue C M Y K H S L
Decimal 3 156 225 0.99 0.31 0 0.12 198.65 0.97 0.45
Hex 3 9C E1 63 1F 0 C C7 61 2D
Octal 3 234 341 143 37 0 14 307 141 55
Binary 11 10011100 11100001 1100011 11111 0 1100 11000111 1100001 101101

Color Harmonies of #039CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039CE1

Black with #039CE1

Text Example


Text Example

White with #039CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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