Html Css Color HEX #0399DD Pacific Blue

📋 copy color: '#0399DD'

red 3 ◦ green 153 ◦ blue 221

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

Shades of Pacific Blue #0399DD

Tints of Pacific Blue #0399DD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

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

R = 0.8%
G = 40.58%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0399DD (or 0x0399DD) is known color: Pacific Blue. HEX triplet: 03, 99 and DD. RGB value is (3,153,221). Sum of RGB (Red+Green+Blue) = 3+153+221=377 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #0399DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0399DD is #FC6622. Grayscale: #737373. Windows color (decimal): -16541219 or 14522627. OLE color: 14522627.

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

Color convert

RGB 3 153 221 -
CMYK 0.99 0.31 0 0.13
HSL 198.72º 0.97% 0.44% -
HSV(B) 198.72º 0.99% 0.87% -
XYZ 24.48 28.02 72.53 -
YUV 115.9 187.31 47.47 -
System Red Green Blue C M Y K H S L
Decimal 3 153 221 0.99 0.31 0 0.13 198.72 0.97 0.44
Hex 3 99 DD 63 1F 0 D C7 61 2C
Octal 3 231 335 143 37 0 15 307 141 54
Binary 11 10011001 11011101 1100011 11111 0 1101 11000111 1100001 101100

Color Harmonies of #0399DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0399DD

Black with #0399DD

Text Example


Text Example

White with #0399DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0399DD; }

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

 H1.HeaderClassName
 {
   color: #0399DD;
 }
 .AnyTagClassName
 {
   color: #0399DD;
 }
</style>

background-color css

<style>
 a { background-color: #0399DD; }

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

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

border-color css

<style>
 span { border-color: #0399DD; }

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

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