Html Css Color HEX #03A7DD Pacific Blue

📋 copy color: '#03A7DD'

red 3 ◦ green 167 ◦ blue 221

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

Shades of Pacific Blue #03A7DD

Tints of Pacific Blue #03A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.71%

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

R = 0.77%
G = 42.71%
B = 56.52%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03A7DD (or 0x03A7DD) is known color: Pacific Blue. HEX triplet: 03, A7 and DD. RGB value is (3,167,221). Sum of RGB (Red+Green+Blue) = 3+167+221=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #03A7DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A7DD is #FC5822. Grayscale: #7B7B7B. Windows color (decimal): -16537635 or 14526211. OLE color: 14526211.

HSL color Cylindrical-coordinate representation of color #03A7DD: hue angle of 194.86º 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 #03A7DD is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 167 221 -
CMYK 0.99 0.24 0 0.13
HSL 194.86º 0.97% 0.44% -
HSV(B) 194.86º 0.99% 0.87% -
XYZ 26.91 32.88 73.33 -
YUV 124.12 182.67 41.61 -
System Red Green Blue C M Y K H S L
Decimal 3 167 221 0.99 0.24 0 0.13 194.86 0.97 0.44
Hex 3 A7 DD 63 18 0 D C3 61 2C
Octal 3 247 335 143 30 0 15 303 141 54
Binary 11 10100111 11011101 1100011 11000 0 1101 11000011 1100001 101100

Color Harmonies of #03A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A7DD

Black with #03A7DD

Text Example


Text Example

White with #03A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03A7DD; }

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

 H1.HeaderClassName
 {
   color: #03A7DD;
 }
 .AnyTagClassName
 {
   color: #03A7DD;
 }
</style>

background-color css

<style>
 a { background-color: #03A7DD; }

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

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

border-color css

<style>
 span { border-color: #03A7DD; }

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

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