Html Css Color HEX #445AEF Royal Blue

📋 copy color: '#445AEF'

red 68 ◦ green 90 ◦ blue 239

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

Shades of Royal Blue #445AEF

Tints of Royal Blue #445AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 17.13%
G = 22.67%
B = 60.2%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#445AEF (or 0x445AEF) is known color: Royal Blue. HEX triplet: 44, 5A and EF. RGB value is (68,90,239). Sum of RGB (Red+Green+Blue) = 68+90+239=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #445AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445AEF is #BBA510. Grayscale: #636363. Windows color (decimal): -12297489 or 15686212. OLE color: 15686212.

HSL color Cylindrical-coordinate representation of color #445AEF: hue angle of 232.28º degrees, saturation: 0.84, 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 #445AEF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 90 239 -
CMYK 0.72 0.62 0 0.06
HSL 232.28º 0.84% 0.6% -
HSV(B) 232.28º 0.72% 0.94% -
XYZ 21.62 14.77 83.37 -
YUV 100.41 206.21 104.88 -
System Red Green Blue C M Y K H S L
Decimal 68 90 239 0.72 0.62 0 0.06 232.28 0.84 0.6
Hex 44 5A EF 48 3E 0 6 E8 54 3C
Octal 104 132 357 110 76 0 6 350 124 74
Binary 1000100 1011010 11101111 1001000 111110 0 110 11101000 1010100 111100

Color Harmonies of #445AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445AEF

Black with #445AEF

Text Example


Text Example

White with #445AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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