Html Css Color HEX #0450BD Cobalt

📋 copy color: '#0450BD'

red 4 ◦ green 80 ◦ blue 189

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

Shades of Cobalt #0450BD

Tints of Cobalt #0450BD

RGB

 RED value IS 4 (1.95% from 255) = 1.47%

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

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

R = 1.47%
G = 29.3%
B = 69.23%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0450BD (or 0x0450BD) is known color: Cobalt. HEX triplet: 04, 50 and BD. RGB value is (4,80,189). Sum of RGB (Red+Green+Blue) = 4+80+189=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #0450BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450BD is #FBAF42. Grayscale: #454545. Windows color (decimal): -16494403 or 12406788. OLE color: 12406788.

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

Color convert

RGB 4 80 189 -
CMYK 0.98 0.58 0 0.26
HSL 215.35º 0.96% 0.38% -
HSV(B) 215.35º 0.98% 0.74% -
XYZ 12.1 9.44 49.33 -
YUV 69.7 195.32 81.14 -
System Red Green Blue C M Y K H S L
Decimal 4 80 189 0.98 0.58 0 0.26 215.35 0.96 0.38
Hex 4 50 BD 62 3A 0 1A D7 60 26
Octal 4 120 275 142 72 0 32 327 140 46
Binary 100 1010000 10111101 1100010 111010 0 11010 11010111 1100000 100110

Color Harmonies of #0450BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450BD

Black with #0450BD

Text Example


Text Example

White with #0450BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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