Html Css Color HEX #445EF0 Royal Blue

📋 copy color: '#445EF0'

red 68 ◦ green 94 ◦ blue 240

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

Shades of Royal Blue #445EF0

Tints of Royal Blue #445EF0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 240 (94.14% from 255) = 59.7%

R = 16.92%
G = 23.38%
B = 59.7%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#445EF0 (or 0x445EF0) is known color: Royal Blue. HEX triplet: 44, 5E and F0. RGB value is (68,94,240). Sum of RGB (Red+Green+Blue) = 68+94+240=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #445EF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EF0 is #BBA10F. Grayscale: #666666. Windows color (decimal): -12296464 or 15752772. OLE color: 15752772.

HSL color Cylindrical-coordinate representation of color #445EF0: hue angle of 230.93º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445EF0 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 94 240 -
CMYK 0.72 0.61 0 0.06
HSL 230.93º 0.85% 0.6% -
HSV(B) 230.93º 0.72% 0.94% -
XYZ 22.11 15.53 84.27 -
YUV 102.87 205.39 103.13 -
System Red Green Blue C M Y K H S L
Decimal 68 94 240 0.72 0.61 0 0.06 230.93 0.85 0.6
Hex 44 5E F0 48 3D 0 6 E7 55 3C
Octal 104 136 360 110 75 0 6 347 125 74
Binary 1000100 1011110 11110000 1001000 111101 0 110 11100111 1010101 111100

Color Harmonies of #445EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EF0

Black with #445EF0

Text Example


Text Example

White with #445EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,94,240); }

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

background-color css

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

 a { background-color: rgb(68,94,240); }

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

border-color css

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

 span { border-color: rgb(68,94,240); }

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