Html Css Color HEX #445CDC Royal Blue

📋 copy color: '#445CDC'

red 68 ◦ green 92 ◦ blue 220

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

Shades of Royal Blue #445CDC

Tints of Royal Blue #445CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

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

R = 17.89%
G = 24.21%
B = 57.89%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#445CDC (or 0x445CDC) is known color: Royal Blue. HEX triplet: 44, 5C and DC. RGB value is (68,92,220). Sum of RGB (Red+Green+Blue) = 68+92+220=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #445CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CDC is #BBA323. Grayscale: #626262. Windows color (decimal): -12296996 or 14441540. OLE color: 14441540.

HSL color Cylindrical-coordinate representation of color #445CDC: hue angle of 230.53º 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 #445CDC is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 92 220 -
CMYK 0.69 0.58 0 0.14
HSL 230.53º 0.68% 0.56% -
HSV(B) 230.53º 0.69% 0.86% -
XYZ 19.13 14.05 69.41 -
YUV 99.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 68 92 220 0.69 0.58 0 0.14 230.53 0.68 0.56
Hex 44 5C DC 45 3A 0 E E7 44 38
Octal 104 134 334 105 72 0 16 347 104 70
Binary 1000100 1011100 11011100 1000101 111010 0 1110 11100111 1000100 111000

Color Harmonies of #445CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445CDC

Black with #445CDC

Text Example


Text Example

White with #445CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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