#0250BF

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

Shades of Cobalt #0250BF

Tints of Cobalt #0250BF

Color information

#0250BF (or 0x0250BF) is unknown color: approx Cobalt. HEX triplet: 02, 50 and BF. RGB value is (2,80,191). Sum of RGB (Red+Green+Blue) = 2+80+191=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #0250BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250BF is #FDAF40. Grayscale: #444444. Windows color (decimal): -16625473 or 12537858. OLE color: 12537858.

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

Color convert

RGB280191-
CMYK0.990.5800.25
HSL215.24º97.93%37.84%-
HSV(B)215.24º98.95%74.9%-
XYZ12.39.5150.48-
YUV69.33196.6679.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 191 (75% from 255) = 69.96%
R=0.73%
G=29.30%
B=69.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2801910.990.5800.25215.2497.9337.84
Hex250BF633A019d76226
Octal21202771437203132714246
Binary101010000101111111100011111010011001110101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0250BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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