Html Css Color HEX #0298CB Pacific Blue

📋 copy color: '#0298CB'

red 2 ◦ green 152 ◦ blue 203

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

Shades of Pacific Blue #0298CB

Tints of Pacific Blue #0298CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 0.56%
G = 42.58%
B = 56.86%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0298CB (or 0x0298CB) is known color: Pacific Blue. HEX triplet: 02, 98 and CB. RGB value is (2,152,203). Sum of RGB (Red+Green+Blue) = 2+152+203=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #0298CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0298CB is #FD6734. Grayscale: #707070. Windows color (decimal): -16607029 or 13342722. OLE color: 13342722.

HSL color Cylindrical-coordinate representation of color #0298CB: hue angle of 195.22º 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 #0298CB is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 152 203 -
CMYK 0.99 0.25 0 0.20
HSL 195.22º 0.98% 0.4% -
HSV(B) 195.22º 0.99% 0.8% -
XYZ 22.03 26.78 60.51 -
YUV 112.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 2 152 203 0.99 0.25 0 0.20 195.22 0.98 0.4
Hex 2 98 CB 63 19 0 14 C3 62 28
Octal 2 230 313 143 31 0 24 303 142 50
Binary 10 10011000 11001011 1100011 11001 0 10100 11000011 1100010 101000

Color Harmonies of #0298CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0298CB

Black with #0298CB

Text Example


Text Example

White with #0298CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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