Html Css Color HEX #0050BD Cobalt

📋 copy color: '#0050BD'

red 0 ◦ green 80 ◦ blue 189

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

Shades of Cobalt #0050BD

Tints of Cobalt #0050BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 29.74%
B = 70.26%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0050BD (or 0x0050BD) is known color: Cobalt. HEX triplet: 00, 50 and BD. RGB value is (0,80,189). Sum of RGB (Red+Green+Blue) = 0+80+189=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 189 (74.22% from 255 or 70.26% from 269); Max value from RGB is 189 - color contains mainly: blue. Hex color #0050BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050BD is #FFAF42. Grayscale: #434343. Windows color (decimal): -16756547 or 12406784. OLE color: 12406784.

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

Color convert

RGB 0 80 189 -
CMYK 1 0.58 0 0.26
HSL 214.6º 1% 0.37% -
HSV(B) 214.6º 1% 0.74% -
XYZ 12.05 9.41 49.33 -
YUV 68.51 196 79.14 -
System Red Green Blue C M Y K H S L
Decimal 0 80 189 1 0.58 0 0.26 214.6 1 0.37
Hex 0 50 BD 64 3A 0 1A D7 64 25
Octal 0 120 275 144 72 0 32 327 144 45
Binary 0 1010000 10111101 1100100 111010 0 11010 11010111 1100100 100101

Color Harmonies of #0050BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0050BD

Black with #0050BD

Text Example


Text Example

White with #0050BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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