Html Css Color HEX #0298CC Pacific Blue

📋 copy color: '#0298CC'

red 2 ◦ green 152 ◦ blue 204

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

Shades of Pacific Blue #0298CC

Tints of Pacific Blue #0298CC

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

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

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 0.56%
G = 42.46%
B = 56.98%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0298CC (or 0x0298CC) is known color: Pacific Blue. HEX triplet: 02, 98 and CC. RGB value is (2,152,204). Sum of RGB (Red+Green+Blue) = 2+152+204=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #0298CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0298CC is #FD6733. Grayscale: #707070. Windows color (decimal): -16607028 or 13408258. OLE color: 13408258.

HSL color Cylindrical-coordinate representation of color #0298CC: hue angle of 195.45º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298CC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 152 204 -
CMYK 0.99 0.25 0 0.2
HSL 195.45º 0.98% 0.4% -
HSV(B) 195.45º 0.99% 0.8% -
XYZ 22.15 26.83 61.14 -
YUV 113.08 179.31 48.77 -
System Red Green Blue C M Y K H S L
Decimal 2 152 204 0.99 0.25 0 0.2 195.45 0.98 0.4
Hex 2 98 CC 63 19 0 14 C3 62 28
Octal 2 230 314 143 31 0 24 303 142 50
Binary 10 10011000 11001100 1100011 11001 0 10100 11000011 1100010 101000

Color Harmonies of #0298CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0298CC

Black with #0298CC

Text Example


Text Example

White with #0298CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0298CC; }

 p { color: rgb(2,152,204); }

 H1.HeaderClassName
 {
   color: #0298CC;
 }
 .AnyTagClassName
 {
   color: #0298CC;
 }
</style>

background-color css

<style>
 a { background-color: #0298CC; }

 a { background-color: rgb(2,152,204); }

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

border-color css

<style>
 span { border-color: #0298CC; }

 span { border-color: rgb(2,152,204); }

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