Html Css Color HEX #445EEF Royal Blue

📋 copy color: '#445EEF'

red 68 ◦ green 94 ◦ blue 239

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

Shades of Royal Blue #445EEF

Tints of Royal Blue #445EEF

RGB

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

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

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

R = 16.96%
G = 23.44%
B = 59.6%

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

#445EEF (or 0x445EEF) is known color: Royal Blue. HEX triplet: 44, 5E and EF. RGB value is (68,94,239). Sum of RGB (Red+Green+Blue) = 68+94+239=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #445EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EEF is #BBA110. Grayscale: #666666. Windows color (decimal): -12296465 or 15687236. OLE color: 15687236.

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

Color convert

RGB 68 94 239 -
CMYK 0.72 0.61 0 0.06
HSL 230.88º 0.84% 0.6% -
HSV(B) 230.88º 0.72% 0.94% -
XYZ 21.97 15.47 83.49 -
YUV 102.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 68 94 239 0.72 0.61 0 0.06 230.88 0.84 0.6
Hex 44 5E EF 48 3D 0 6 E7 54 3C
Octal 104 136 357 110 75 0 6 347 124 74
Binary 1000100 1011110 11101111 1001000 111101 0 110 11100111 1010100 111100

Color Harmonies of #445EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445EEF

Black with #445EEF

Text Example


Text Example

White with #445EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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