Html Css Color HEX #445BEF Royal Blue

📋 copy color: '#445BEF'

red 68 ◦ green 91 ◦ blue 239

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

Shades of Royal Blue #445BEF

Tints of Royal Blue #445BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 17.09%
G = 22.86%
B = 60.05%

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

#445BEF (or 0x445BEF) is known color: Royal Blue. HEX triplet: 44, 5B and EF. RGB value is (68,91,239). Sum of RGB (Red+Green+Blue) = 68+91+239=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #445BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445BEF is #BBA410. Grayscale: #646464. Windows color (decimal): -12297233 or 15686468. OLE color: 15686468.

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

Color convert

RGB 68 91 239 -
CMYK 0.72 0.62 0 0.06
HSL 231.93º 0.84% 0.6% -
HSV(B) 231.93º 0.72% 0.94% -
XYZ 21.7 14.94 83.4 -
YUV 101 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 68 91 239 0.72 0.62 0 0.06 231.93 0.84 0.6
Hex 44 5B EF 48 3E 0 6 E8 54 3C
Octal 104 133 357 110 76 0 6 350 124 74
Binary 1000100 1011011 11101111 1001000 111110 0 110 11101000 1010100 111100

Color Harmonies of #445BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445BEF

Black with #445BEF

Text Example


Text Example

White with #445BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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