Html Css Color HEX #039ADA Pacific Blue

📋 copy color: '#039ADA'

red 3 ◦ green 154 ◦ blue 218

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

Shades of Pacific Blue #039ADA

Tints of Pacific Blue #039ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.13%

R = 0.8%
G = 41.07%
B = 58.13%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#039ADA (or 0x039ADA) is known color: Pacific Blue. HEX triplet: 03, 9A and DA. RGB value is (3,154,218). Sum of RGB (Red+Green+Blue) = 3+154+218=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #039ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ADA is #FC6525. Grayscale: #737373. Windows color (decimal): -16540966 or 14326275. OLE color: 14326275.

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

Color convert

RGB 3 154 218 -
CMYK 0.99 0.29 0 0.15
HSL 197.86º 0.97% 0.43% -
HSV(B) 197.86º 0.99% 0.85% -
XYZ 24.25 28.19 70.49 -
YUV 116.15 185.47 47.3 -
System Red Green Blue C M Y K H S L
Decimal 3 154 218 0.99 0.29 0 0.15 197.86 0.97 0.43
Hex 3 9A DA 63 1D 0 F C6 61 2B
Octal 3 232 332 143 35 0 17 306 141 53
Binary 11 10011010 11011010 1100011 11101 0 1111 11000110 1100001 101011

Color Harmonies of #039ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ADA

Black with #039ADA

Text Example


Text Example

White with #039ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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