Html Css Color HEX #445FDC Royal Blue

📋 copy color: '#445FDC'

red 68 ◦ green 95 ◦ blue 220

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

Shades of Royal Blue #445FDC

Tints of Royal Blue #445FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

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

R = 17.75%
G = 24.8%
B = 57.44%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#445FDC (or 0x445FDC) is known color: Royal Blue. HEX triplet: 44, 5F and DC. RGB value is (68,95,220). Sum of RGB (Red+Green+Blue) = 68+95+220=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #445FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FDC is #BBA023. Grayscale: #646464. Windows color (decimal): -12296228 or 14442308. OLE color: 14442308.

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

Color convert

RGB 68 95 220 -
CMYK 0.69 0.57 0 0.14
HSL 229.34º 0.68% 0.56% -
HSV(B) 229.34º 0.69% 0.86% -
XYZ 19.39 14.58 69.5 -
YUV 101.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 68 95 220 0.69 0.57 0 0.14 229.34 0.68 0.56
Hex 44 5F DC 45 39 0 E E5 44 38
Octal 104 137 334 105 71 0 16 345 104 70
Binary 1000100 1011111 11011100 1000101 111001 0 1110 11100101 1000100 111000

Color Harmonies of #445FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FDC

Black with #445FDC

Text Example


Text Example

White with #445FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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