Html Css Color HEX #465BDC Royal Blue

📋 copy color: '#465BDC'

red 70 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #465BDC

Tints of Royal Blue #465BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 18.37%
G = 23.88%
B = 57.74%

CMYK

 C value IS 0.68

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#465BDC (or 0x465BDC) is known color: Royal Blue. HEX triplet: 46, 5B and DC. RGB value is (70,91,220). Sum of RGB (Red+Green+Blue) = 70+91+220=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #465BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BDC is #B9A423. Grayscale: #626262. Windows color (decimal): -12166180 or 14441286. OLE color: 14441286.

HSL color Cylindrical-coordinate representation of color #465BDC: hue angle of 231.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #465BDC is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 91 220 -
CMYK 0.68 0.59 0 0.14
HSL 231.6º 0.68% 0.57% -
HSV(B) 231.6º 0.68% 0.86% -
XYZ 19.19 13.95 69.39 -
YUV 99.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 70 91 220 0.68 0.59 0 0.14 231.6 0.68 0.57
Hex 46 5B DC 44 3B 0 E E8 44 39
Octal 106 133 334 104 73 0 16 350 104 71
Binary 1000110 1011011 11011100 1000100 111011 0 1110 11101000 1000100 111001

Color Harmonies of #465BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BDC

Black with #465BDC

Text Example


Text Example

White with #465BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,220); }

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

background-color css

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

 a { background-color: rgb(70,91,220); }

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

border-color css

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

 span { border-color: rgb(70,91,220); }

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