#0280BF

Color #0280BF Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0280BF

Tints of Cerulean #0280BF

Color information

#0280BF (or 0x0280BF) is unknown color: approx Cerulean. HEX triplet: 02, 80 and BF. RGB value is (2,128,191). Sum of RGB (Red+Green+Blue) = 2+128+191=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #0280BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280BF is #FD7F40. Grayscale: #616161. Windows color (decimal): -16613185 or 12550146. OLE color: 12550146.

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

Color convert

RGB2128191-
CMYK0.990.3300.25
HSL200º97.93%37.84%-
HSV(B)200º98.95%74.9%-
XYZ17.1519.2152.09-
YUV97.51180.7659.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 191 (75% from 255) = 59.50%
R=0.62%
G=39.88%
B=59.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21281910.990.3300.2520097.9337.84
Hex280BF6321019c86226
Octal22002771434103131014246
Binary1010000000101111111100011100001011001110010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0280BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0280BF;
 }
 .AnyTagClassName
 {
   color: #0280BF;
 }
</style>
background-color css

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

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

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

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

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

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