Html Css Color HEX #445DEF Royal Blue

📋 copy color: '#445DEF'

red 68 ◦ green 93 ◦ blue 239

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

Shades of Royal Blue #445DEF

Tints of Royal Blue #445DEF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

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

R = 17%
G = 23.25%
B = 59.75%

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

#445DEF (or 0x445DEF) is known color: Royal Blue. HEX triplet: 44, 5D and EF. RGB value is (68,93,239). Sum of RGB (Red+Green+Blue) = 68+93+239=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #445DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445DEF is #BBA210. Grayscale: #656565. Windows color (decimal): -12296721 or 15686980. OLE color: 15686980.

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

Color convert

RGB 68 93 239 -
CMYK 0.72 0.61 0 0.06
HSL 231.23º 0.84% 0.6% -
HSV(B) 231.23º 0.72% 0.94% -
XYZ 21.88 15.29 83.46 -
YUV 102.17 205.22 103.63 -
System Red Green Blue C M Y K H S L
Decimal 68 93 239 0.72 0.61 0 0.06 231.23 0.84 0.6
Hex 44 5D EF 48 3D 0 6 E7 54 3C
Octal 104 135 357 110 75 0 6 347 124 74
Binary 1000100 1011101 11101111 1001000 111101 0 110 11100111 1010100 111100

Color Harmonies of #445DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DEF

Black with #445DEF

Text Example


Text Example

White with #445DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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