Html Css Color HEX #0250BB Cobalt

📋 copy color: '#0250BB'

red 2 ◦ green 80 ◦ blue 187

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

Shades of Cobalt #0250BB

Tints of Cobalt #0250BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 0.74%
G = 29.74%
B = 69.52%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0250BB (or 0x0250BB) is known color: Cobalt. HEX triplet: 02, 50 and BB. RGB value is (2,80,187). Sum of RGB (Red+Green+Blue) = 2+80+187=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #0250BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250BB is #FDAF44. Grayscale: #444444. Windows color (decimal): -16625477 or 12275714. OLE color: 12275714.

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

Color convert

RGB 2 80 187 -
CMYK 0.99 0.57 0 0.27
HSL 214.7º 0.98% 0.37% -
HSV(B) 214.7º 0.99% 0.73% -
XYZ 11.86 9.34 48.19 -
YUV 68.88 194.66 80.3 -
System Red Green Blue C M Y K H S L
Decimal 2 80 187 0.99 0.57 0 0.27 214.7 0.98 0.37
Hex 2 50 BB 63 39 0 1B D7 62 25
Octal 2 120 273 143 71 0 33 327 142 45
Binary 10 1010000 10111011 1100011 111001 0 11011 11010111 1100010 100101

Color Harmonies of #0250BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0250BB

Black with #0250BB

Text Example


Text Example

White with #0250BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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