Html Css Color HEX #0980BF Cerulean

📋 copy color: '#0980BF'

red 9 ◦ green 128 ◦ blue 191

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

Shades of Cerulean #0980BF

Tints of Cerulean #0980BF

RGB

 RED value IS 9 (3.91% from 255) = 2.74%

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 191 (75% from 255) = 58.23%

R = 2.74%
G = 39.02%
B = 58.23%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0980BF (or 0x0980BF) is known color: Cerulean. HEX triplet: 09, 80 and BF. RGB value is (9,128,191). Sum of RGB (Red+Green+Blue) = 9+128+191=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #0980BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980BF is #F67F40. Grayscale: #636363. Windows color (decimal): -16154433 or 12550153. OLE color: 12550153.

HSL color Cylindrical-coordinate representation of color #0980BF: hue angle of 200.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0980BF is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 128 191 -
CMYK 0.95 0.33 0 0.25
HSL 200.77º 0.91% 0.39% -
HSV(B) 200.77º 0.95% 0.75% -
XYZ 17.24 19.26 52.1 -
YUV 99.6 179.58 63.38 -
System Red Green Blue C M Y K H S L
Decimal 9 128 191 0.95 0.33 0 0.25 200.77 0.91 0.39
Hex 9 80 BF 5F 21 0 19 C9 5B 27
Octal 11 200 277 137 41 0 31 311 133 47
Binary 1001 10000000 10111111 1011111 100001 0 11001 11001001 1011011 100111

Color Harmonies of #0980BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980BF

Black with #0980BF

Text Example


Text Example

White with #0980BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0980BF; }

 p { color: rgb(9,128,191); }

 H1.HeaderClassName
 {
   color: #0980BF;
 }
 .AnyTagClassName
 {
   color: #0980BF;
 }
</style>

background-color css

<style>
 a { background-color: #0980BF; }

 a { background-color: rgb(9,128,191); }

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

border-color css

<style>
 span { border-color: #0980BF; }

 span { border-color: rgb(9,128,191); }

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