Html Css Color HEX #445FE0 Royal Blue

📋 copy color: '#445FE0'

red 68 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #445FE0

Tints of Royal Blue #445FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.88%

R = 17.57%
G = 24.55%
B = 57.88%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#445FE0 (or 0x445FE0) is known color: Royal Blue. HEX triplet: 44, 5F and E0. RGB value is (68,95,224). Sum of RGB (Red+Green+Blue) = 68+95+224=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #445FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FE0 is #BBA01F. Grayscale: #656565. Windows color (decimal): -12296224 or 14704452. OLE color: 14704452.

HSL color Cylindrical-coordinate representation of color #445FE0: hue angle of 229.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445FE0 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 95 224 -
CMYK 0.70 0.58 0 0.12
HSL 229.62º 0.72% 0.57% -
HSV(B) 229.62º 0.7% 0.88% -
XYZ 19.93 14.8 72.33 -
YUV 101.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 68 95 224 0.70 0.58 0 0.12 229.62 0.72 0.57
Hex 44 5F E0 46 3A 0 C E6 48 39
Octal 104 137 340 106 72 0 14 346 110 71
Binary 1000100 1011111 11100000 1000110 111010 0 1100 11100110 1001000 111001

Color Harmonies of #445FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FE0

Black with #445FE0

Text Example


Text Example

White with #445FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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