Html Css Color HEX #445ADC Royal Blue

📋 copy color: '#445ADC'

red 68 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #445ADC

Tints of Royal Blue #445ADC

RGB

 RED value IS 68 (26.95% from 255) = 17.99%

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 17.99%
G = 23.81%
B = 58.2%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#445ADC (or 0x445ADC) is known color: Royal Blue. HEX triplet: 44, 5A and DC. RGB value is (68,90,220). Sum of RGB (Red+Green+Blue) = 68+90+220=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #445ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ADC is #BBA523. Grayscale: #616161. Windows color (decimal): -12297508 or 14441028. OLE color: 14441028.

HSL color Cylindrical-coordinate representation of color #445ADC: hue angle of 231.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445ADC is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 90 220 -
CMYK 0.69 0.59 0 0.14
HSL 231.32º 0.68% 0.56% -
HSV(B) 231.32º 0.69% 0.86% -
XYZ 18.96 13.71 69.36 -
YUV 98.24 196.71 106.43 -
System Red Green Blue C M Y K H S L
Decimal 68 90 220 0.69 0.59 0 0.14 231.32 0.68 0.56
Hex 44 5A DC 45 3B 0 E E7 44 38
Octal 104 132 334 105 73 0 16 347 104 70
Binary 1000100 1011010 11011100 1000101 111011 0 1110 11100111 1000100 111000

Color Harmonies of #445ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445ADC

Black with #445ADC

Text Example


Text Example

White with #445ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445ADC; }

 p { color: rgb(68,90,220); }

 H1.HeaderClassName
 {
   color: #445ADC;
 }
 .AnyTagClassName
 {
   color: #445ADC;
 }
</style>

background-color css

<style>
 a { background-color: #445ADC; }

 a { background-color: rgb(68,90,220); }

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

border-color css

<style>
 span { border-color: #445ADC; }

 span { border-color: rgb(68,90,220); }

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