Html Css Color HEX #0450C2 Denim

📋 copy color: '#0450C2'

red 4 ◦ green 80 ◦ blue 194

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

Shades of Denim #0450C2

Tints of Denim #0450C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 69.78%

R = 1.44%
G = 28.78%
B = 69.78%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0450C2 (or 0x0450C2) is known color: Denim. HEX triplet: 04, 50 and C2. RGB value is (4,80,194). Sum of RGB (Red+Green+Blue) = 4+80+194=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 194 (76.17% from 255 or 69.78% from 278); Max value from RGB is 194 - color contains mainly: blue. Hex color #0450C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0450C2 is #FBAF3D. Grayscale: #454545. Windows color (decimal): -16494398 or 12734468. OLE color: 12734468.

HSL color Cylindrical-coordinate representation of color #0450C2: hue angle of 216º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450C2 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 80 194 -
CMYK 0.98 0.59 0 0.24
HSL 216º 0.96% 0.39% -
HSV(B) 216º 0.98% 0.76% -
XYZ 12.66 9.66 52.24 -
YUV 70.27 197.82 80.73 -
System Red Green Blue C M Y K H S L
Decimal 4 80 194 0.98 0.59 0 0.24 216 0.96 0.39
Hex 4 50 C2 62 3B 0 18 D8 60 27
Octal 4 120 302 142 73 0 30 330 140 47
Binary 100 1010000 11000010 1100010 111011 0 11000 11011000 1100000 100111

Color Harmonies of #0450C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0450C2

Black with #0450C2

Text Example


Text Example

White with #0450C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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