Html Css Color HEX #0393DD Pacific Blue

📋 copy color: '#0393DD'

red 3 ◦ green 147 ◦ blue 221

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

Shades of Pacific Blue #0393DD

Tints of Pacific Blue #0393DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

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

R = 0.81%
G = 39.62%
B = 59.57%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0393DD (or 0x0393DD) is known color: Pacific Blue. HEX triplet: 03, 93 and DD. RGB value is (3,147,221). Sum of RGB (Red+Green+Blue) = 3+147+221=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #0393DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393DD is #FC6C22. Grayscale: #6F6F6F. Windows color (decimal): -16542755 or 14521091. OLE color: 14521091.

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

Color convert

RGB 3 147 221 -
CMYK 0.99 0.33 0 0.13
HSL 200.37º 0.97% 0.44% -
HSV(B) 200.37º 0.99% 0.87% -
XYZ 23.52 26.11 72.21 -
YUV 112.38 189.29 49.98 -
System Red Green Blue C M Y K H S L
Decimal 3 147 221 0.99 0.33 0 0.13 200.37 0.97 0.44
Hex 3 93 DD 63 21 0 D C8 61 2C
Octal 3 223 335 143 41 0 15 310 141 54
Binary 11 10010011 11011101 1100011 100001 0 1101 11001000 1100001 101100

Color Harmonies of #0393DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393DD

Black with #0393DD

Text Example


Text Example

White with #0393DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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