Html Css Color HEX #0598DD Pacific Blue

📋 copy color: '#0598DD'

red 5 ◦ green 152 ◦ blue 221

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

Shades of Pacific Blue #0598DD

Tints of Pacific Blue #0598DD

RGB

 RED value IS 5 (2.34% from 255) = 1.32%

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

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

R = 1.32%
G = 40.21%
B = 58.47%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0598DD (or 0x0598DD) is known color: Pacific Blue. HEX triplet: 05, 98 and DD. RGB value is (5,152,221). Sum of RGB (Red+Green+Blue) = 5+152+221=378 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #0598DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598DD is #FA6722. Grayscale: #737373. Windows color (decimal): -16410403 or 14522373. OLE color: 14522373.

HSL color Cylindrical-coordinate representation of color #0598DD: hue angle of 199.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598DD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 152 221 -
CMYK 0.98 0.31 0 0.13
HSL 199.17º 0.96% 0.44% -
HSV(B) 199.17º 0.98% 0.87% -
XYZ 24.34 27.71 72.47 -
YUV 115.91 187.3 48.89 -
System Red Green Blue C M Y K H S L
Decimal 5 152 221 0.98 0.31 0 0.13 199.17 0.96 0.44
Hex 5 98 DD 62 1F 0 D C7 60 2C
Octal 5 230 335 142 37 0 15 307 140 54
Binary 101 10011000 11011101 1100010 11111 0 1101 11000111 1100000 101100

Color Harmonies of #0598DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598DD

Black with #0598DD

Text Example


Text Example

White with #0598DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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