Html Css Color HEX #0398DD Pacific Blue

📋 copy color: '#0398DD'

red 3 ◦ green 152 ◦ blue 221

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

Shades of Pacific Blue #0398DD

Tints of Pacific Blue #0398DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

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

R = 0.8%
G = 40.43%
B = 58.78%

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

#0398DD (or 0x0398DD) is known color: Pacific Blue. HEX triplet: 03, 98 and DD. RGB value is (3,152,221). Sum of RGB (Red+Green+Blue) = 3+152+221=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0398DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0398DD is #FC6722. Grayscale: #727272. Windows color (decimal): -16541475 or 14522371. OLE color: 14522371.

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

Color convert

RGB 3 152 221 -
CMYK 0.99 0.31 0 0.13
HSL 198.99º 0.97% 0.44% -
HSV(B) 198.99º 0.99% 0.87% -
XYZ 24.32 27.7 72.47 -
YUV 115.32 187.64 47.89 -
System Red Green Blue C M Y K H S L
Decimal 3 152 221 0.99 0.31 0 0.13 198.99 0.97 0.44
Hex 3 98 DD 63 1F 0 D C7 61 2C
Octal 3 230 335 143 37 0 15 307 141 54
Binary 11 10011000 11011101 1100011 11111 0 1101 11000111 1100001 101100

Color Harmonies of #0398DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0398DD

Black with #0398DD

Text Example


Text Example

White with #0398DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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