Html Css Color HEX #445CEF Royal Blue

📋 copy color: '#445CEF'

red 68 ◦ green 92 ◦ blue 239

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

Shades of Royal Blue #445CEF

Tints of Royal Blue #445CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 17.04%
G = 23.06%
B = 59.9%

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

#445CEF (or 0x445CEF) is known color: Royal Blue. HEX triplet: 44, 5C and EF. RGB value is (68,92,239). Sum of RGB (Red+Green+Blue) = 68+92+239=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #445CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445CEF is #BBA310. Grayscale: #646464. Windows color (decimal): -12296977 or 15686724. OLE color: 15686724.

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

Color convert

RGB 68 92 239 -
CMYK 0.72 0.62 0 0.06
HSL 231.58º 0.84% 0.6% -
HSV(B) 231.58º 0.72% 0.94% -
XYZ 21.79 15.12 83.43 -
YUV 101.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 68 92 239 0.72 0.62 0 0.06 231.58 0.84 0.6
Hex 44 5C EF 48 3E 0 6 E8 54 3C
Octal 104 134 357 110 76 0 6 350 124 74
Binary 1000100 1011100 11101111 1001000 111110 0 110 11101000 1010100 111100

Color Harmonies of #445CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445CEF

Black with #445CEF

Text Example


Text Example

White with #445CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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