Html Css Color HEX #445FD8 Royal Blue

📋 copy color: '#445FD8'

red 68 ◦ green 95 ◦ blue 216

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

Shades of Royal Blue #445FD8

Tints of Royal Blue #445FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.99%

R = 17.94%
G = 25.07%
B = 56.99%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#445FD8 (or 0x445FD8) is known color: Royal Blue. HEX triplet: 44, 5F and D8. RGB value is (68,95,216). Sum of RGB (Red+Green+Blue) = 68+95+216=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #445FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FD8 is #BBA027. Grayscale: #646464. Windows color (decimal): -12296232 or 14180164. OLE color: 14180164.

HSL color Cylindrical-coordinate representation of color #445FD8: hue angle of 229.05º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445FD8 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 95 216 -
CMYK 0.69 0.56 0 0.15
HSL 229.05º 0.65% 0.56% -
HSV(B) 229.05º 0.69% 0.85% -
XYZ 18.87 14.37 66.75 -
YUV 100.72 193.05 104.66 -
System Red Green Blue C M Y K H S L
Decimal 68 95 216 0.69 0.56 0 0.15 229.05 0.65 0.56
Hex 44 5F D8 45 38 0 F E5 41 38
Octal 104 137 330 105 70 0 17 345 101 70
Binary 1000100 1011111 11011000 1000101 111000 0 1111 11100101 1000001 111000

Color Harmonies of #445FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FD8

Black with #445FD8

Text Example


Text Example

White with #445FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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