Html Css Color HEX #445AEE Royal Blue

📋 copy color: '#445AEE'

red 68 ◦ green 90 ◦ blue 238

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

Shades of Royal Blue #445AEE

Tints of Royal Blue #445AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 17.17%
G = 22.73%
B = 60.1%

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

#445AEE (or 0x445AEE) is known color: Royal Blue. HEX triplet: 44, 5A and EE. RGB value is (68,90,238). Sum of RGB (Red+Green+Blue) = 68+90+238=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #445AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445AEE is #BBA511. Grayscale: #636363. Windows color (decimal): -12297490 or 15620676. OLE color: 15620676.

HSL color Cylindrical-coordinate representation of color #445AEE: hue angle of 232.24º degrees, saturation: 0.83, 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 #445AEE is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 90 238 -
CMYK 0.71 0.62 0 0.07
HSL 232.24º 0.83% 0.6% -
HSV(B) 232.24º 0.71% 0.93% -
XYZ 21.47 14.71 82.6 -
YUV 100.29 205.71 104.97 -
System Red Green Blue C M Y K H S L
Decimal 68 90 238 0.71 0.62 0 0.07 232.24 0.83 0.6
Hex 44 5A EE 47 3E 0 7 E8 53 3C
Octal 104 132 356 107 76 0 7 350 123 74
Binary 1000100 1011010 11101110 1000111 111110 0 111 11101000 1010011 111100

Color Harmonies of #445AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445AEE

Black with #445AEE

Text Example


Text Example

White with #445AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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