Html Css Color HEX #0598CE Pacific Blue

📋 copy color: '#0598CE'

red 5 ◦ green 152 ◦ blue 206

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

Shades of Pacific Blue #0598CE

Tints of Pacific Blue #0598CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 1.38%
G = 41.87%
B = 56.75%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0598CE (or 0x0598CE) is known color: Pacific Blue. HEX triplet: 05, 98 and CE. RGB value is (5,152,206). Sum of RGB (Red+Green+Blue) = 5+152+206=363 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #0598CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0598CE is #FA6731. Grayscale: #717171. Windows color (decimal): -16410418 or 13539333. OLE color: 13539333.

HSL color Cylindrical-coordinate representation of color #0598CE: hue angle of 196.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0598CE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 152 206 -
CMYK 0.98 0.26 0 0.19
HSL 196.12º 0.95% 0.41% -
HSV(B) 196.12º 0.98% 0.81% -
XYZ 22.43 26.94 62.41 -
YUV 114.2 179.8 50.11 -
System Red Green Blue C M Y K H S L
Decimal 5 152 206 0.98 0.26 0 0.19 196.12 0.95 0.41
Hex 5 98 CE 62 1A 0 13 C4 5F 29
Octal 5 230 316 142 32 0 23 304 137 51
Binary 101 10011000 11001110 1100010 11010 0 10011 11000100 1011111 101001

Color Harmonies of #0598CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0598CE

Black with #0598CE

Text Example


Text Example

White with #0598CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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