Html Css Color HEX #0198DD Pacific Blue

📋 copy color: '#0198DD'

red 1 ◦ green 152 ◦ blue 221

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

Shades of Pacific Blue #0198DD

Tints of Pacific Blue #0198DD

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

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

R = 0.27%
G = 40.64%
B = 59.09%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0198DD (or 0x0198DD) is known color: Pacific Blue. HEX triplet: 01, 98 and DD. RGB value is (1,152,221). Sum of RGB (Red+Green+Blue) = 1+152+221=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0198DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0198DD is #FE6722. Grayscale: #727272. Windows color (decimal): -16672547 or 14522369. OLE color: 14522369.

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

Color convert

RGB 1 152 221 -
CMYK 1.00 0.31 0 0.13
HSL 198.82º 0.99% 0.44% -
HSV(B) 198.82º 1% 0.87% -
XYZ 24.29 27.68 72.47 -
YUV 114.72 187.97 46.89 -
System Red Green Blue C M Y K H S L
Decimal 1 152 221 1.00 0.31 0 0.13 198.82 0.99 0.44
Hex 1 98 DD 64 1F 0 D C7 63 2C
Octal 1 230 335 144 37 0 15 307 143 54
Binary 1 10011000 11011101 1100100 11111 0 1101 11000111 1100011 101100

Color Harmonies of #0198DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198DD

Black with #0198DD

Text Example


Text Example

White with #0198DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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