Html Css Color HEX #0250BE Cobalt

📋 copy color: '#0250BE'

red 2 ◦ green 80 ◦ blue 190

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

Shades of Cobalt #0250BE

Tints of Cobalt #0250BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 0.74%
G = 29.41%
B = 69.85%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0250BE (or 0x0250BE) is known color: Cobalt. HEX triplet: 02, 50 and BE. RGB value is (2,80,190). Sum of RGB (Red+Green+Blue) = 2+80+190=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #0250BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250BE is #FDAF41. Grayscale: #444444. Windows color (decimal): -16625474 or 12472322. OLE color: 12472322.

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

Color convert

RGB 2 80 190 -
CMYK 0.99 0.58 0 0.25
HSL 215.11º 0.98% 0.38% -
HSV(B) 215.11º 0.99% 0.75% -
XYZ 12.19 9.47 49.9 -
YUV 69.22 196.16 80.06 -
System Red Green Blue C M Y K H S L
Decimal 2 80 190 0.99 0.58 0 0.25 215.11 0.98 0.38
Hex 2 50 BE 63 3A 0 19 D7 62 26
Octal 2 120 276 143 72 0 31 327 142 46
Binary 10 1010000 10111110 1100011 111010 0 11001 11010111 1100010 100110

Color Harmonies of #0250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250BE

Black with #0250BE

Text Example


Text Example

White with #0250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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