Html Css Color HEX #465DEC Royal Blue

📋 copy color: '#465DEC'

red 70 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #465DEC

Tints of Royal Blue #465DEC

RGB

 RED value IS 70 (27.73% from 255) = 17.54%

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

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 17.54%
G = 23.31%
B = 59.15%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#465DEC (or 0x465DEC) is known color: Royal Blue. HEX triplet: 46, 5D and EC. RGB value is (70,93,236). Sum of RGB (Red+Green+Blue) = 70+93+236=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #465DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465DEC is #B9A213. Grayscale: #656565. Windows color (decimal): -12165652 or 15490374. OLE color: 15490374.

HSL color Cylindrical-coordinate representation of color #465DEC: hue angle of 231.69º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465DEC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 93 236 -
CMYK 0.70 0.61 0 0.07
HSL 231.69º 0.81% 0.6% -
HSV(B) 231.69º 0.7% 0.93% -
XYZ 21.58 15.19 81.15 -
YUV 102.43 203.38 104.87 -
System Red Green Blue C M Y K H S L
Decimal 70 93 236 0.70 0.61 0 0.07 231.69 0.81 0.6
Hex 46 5D EC 46 3D 0 7 E8 51 3C
Octal 106 135 354 106 75 0 7 350 121 74
Binary 1000110 1011101 11101100 1000110 111101 0 111 11101000 1010001 111100

Color Harmonies of #465DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DEC

Black with #465DEC

Text Example


Text Example

White with #465DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465DEC; }

 p { color: rgb(70,93,236); }

 H1.HeaderClassName
 {
   color: #465DEC;
 }
 .AnyTagClassName
 {
   color: #465DEC;
 }
</style>

background-color css

<style>
 a { background-color: #465DEC; }

 a { background-color: rgb(70,93,236); }

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

border-color css

<style>
 span { border-color: #465DEC; }

 span { border-color: rgb(70,93,236); }

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