Html Css Color HEX #445FD7 Royal Blue

📋 copy color: '#445FD7'

red 68 ◦ green 95 ◦ blue 215

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

Shades of Royal Blue #445FD7

Tints of Royal Blue #445FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.88%

R = 17.99%
G = 25.13%
B = 56.88%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#445FD7 (or 0x445FD7) is known color: Royal Blue. HEX triplet: 44, 5F and D7. RGB value is (68,95,215). Sum of RGB (Red+Green+Blue) = 68+95+215=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #445FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FD7 is #BBA028. Grayscale: #646464. Windows color (decimal): -12296233 or 14114628. OLE color: 14114628.

HSL color Cylindrical-coordinate representation of color #445FD7: hue angle of 228.98º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #445FD7 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 68 95 215 -
CMYK 0.68 0.56 0 0.16
HSL 228.98º 0.65% 0.55% -
HSV(B) 228.98º 0.68% 0.84% -
XYZ 18.74 14.32 66.07 -
YUV 100.61 192.55 104.74 -
System Red Green Blue C M Y K H S L
Decimal 68 95 215 0.68 0.56 0 0.16 228.98 0.65 0.55
Hex 44 5F D7 44 38 0 10 E5 41 37
Octal 104 137 327 104 70 0 20 345 101 67
Binary 1000100 1011111 11010111 1000100 111000 0 10000 11100101 1000001 110111

Color Harmonies of #445FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FD7

Black with #445FD7

Text Example


Text Example

White with #445FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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