Html Css Color HEX #465BDF Royal Blue

📋 copy color: '#465BDF'

red 70 ◦ green 91 ◦ blue 223

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

Shades of Royal Blue #465BDF

Tints of Royal Blue #465BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 18.23%
G = 23.7%
B = 58.07%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#465BDF (or 0x465BDF) is known color: Royal Blue. HEX triplet: 46, 5B and DF. RGB value is (70,91,223). Sum of RGB (Red+Green+Blue) = 70+91+223=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #465BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BDF is #B9A420. Grayscale: #636363. Windows color (decimal): -12166177 or 14637894. OLE color: 14637894.

HSL color Cylindrical-coordinate representation of color #465BDF: hue angle of 231.76º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #465BDF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 91 223 -
CMYK 0.69 0.59 0 0.13
HSL 231.76º 0.71% 0.57% -
HSV(B) 231.76º 0.69% 0.87% -
XYZ 19.59 14.11 71.5 -
YUV 99.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 70 91 223 0.69 0.59 0 0.13 231.76 0.71 0.57
Hex 46 5B DF 45 3B 0 D E8 47 39
Octal 106 133 337 105 73 0 15 350 107 71
Binary 1000110 1011011 11011111 1000101 111011 0 1101 11101000 1000111 111001

Color Harmonies of #465BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BDF

Black with #465BDF

Text Example


Text Example

White with #465BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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