Html Css Color HEX #445AEC Royal Blue

📋 copy color: '#445AEC'

red 68 ◦ green 90 ◦ blue 236

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

Shades of Royal Blue #445AEC

Tints of Royal Blue #445AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 236 (92.58% from 255) = 59.9%

R = 17.26%
G = 22.84%
B = 59.9%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#445AEC (or 0x445AEC) is known color: Royal Blue. HEX triplet: 44, 5A and EC. RGB value is (68,90,236). Sum of RGB (Red+Green+Blue) = 68+90+236=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #445AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445AEC is #BBA513. Grayscale: #636363. Windows color (decimal): -12297492 or 15489604. OLE color: 15489604.

HSL color Cylindrical-coordinate representation of color #445AEC: hue angle of 232.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445AEC is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 90 236 -
CMYK 0.71 0.62 0 0.07
HSL 232.14º 0.82% 0.6% -
HSV(B) 232.14º 0.71% 0.93% -
XYZ 21.18 14.6 81.06 -
YUV 100.07 204.71 105.13 -
System Red Green Blue C M Y K H S L
Decimal 68 90 236 0.71 0.62 0 0.07 232.14 0.82 0.6
Hex 44 5A EC 47 3E 0 7 E8 52 3C
Octal 104 132 354 107 76 0 7 350 122 74
Binary 1000100 1011010 11101100 1000111 111110 0 111 11101000 1010010 111100

Color Harmonies of #445AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445AEC

Black with #445AEC

Text Example


Text Example

White with #445AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,90,236); }

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

background-color css

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

 a { background-color: rgb(68,90,236); }

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

border-color css

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

 span { border-color: rgb(68,90,236); }

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