Html Css Color HEX #0250BD Cobalt

📋 copy color: '#0250BD'

red 2 ◦ green 80 ◦ blue 189

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

Shades of Cobalt #0250BD

Tints of Cobalt #0250BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 189 (74.22% from 255) = 69.74%

R = 0.74%
G = 29.52%
B = 69.74%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0250BD (or 0x0250BD) is known color: Cobalt. HEX triplet: 02, 50 and BD. RGB value is (2,80,189). Sum of RGB (Red+Green+Blue) = 2+80+189=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 189 (74.22% from 255 or 69.74% from 271); Max value from RGB is 189 - color contains mainly: blue. Hex color #0250BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250BD is #FDAF42. Grayscale: #444444. Windows color (decimal): -16625475 or 12406786. OLE color: 12406786.

HSL color Cylindrical-coordinate representation of color #0250BD: hue angle of 214.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250BD is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 80 189 -
CMYK 0.99 0.58 0 0.26
HSL 214.97º 0.98% 0.37% -
HSV(B) 214.97º 0.99% 0.74% -
XYZ 12.08 9.42 49.33 -
YUV 69.1 195.66 80.14 -
System Red Green Blue C M Y K H S L
Decimal 2 80 189 0.99 0.58 0 0.26 214.97 0.98 0.37
Hex 2 50 BD 63 3A 0 1A D7 62 25
Octal 2 120 275 143 72 0 32 327 142 45
Binary 10 1010000 10111101 1100011 111010 0 11010 11010111 1100010 100101

Color Harmonies of #0250BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250BD

Black with #0250BD

Text Example


Text Example

White with #0250BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0250BD;
 }
 .AnyTagClassName
 {
   color: #0250BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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