Html Css Color HEX #465CDF Royal Blue

📋 copy color: '#465CDF'

red 70 ◦ green 92 ◦ blue 223

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

Shades of Royal Blue #465CDF

Tints of Royal Blue #465CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 18.18%
G = 23.9%
B = 57.92%

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

#465CDF (or 0x465CDF) is known color: Royal Blue. HEX triplet: 46, 5C and DF. RGB value is (70,92,223). Sum of RGB (Red+Green+Blue) = 70+92+223=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #465CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CDF is #B9A320. Grayscale: #636363. Windows color (decimal): -12165921 or 14638150. OLE color: 14638150.

HSL color Cylindrical-coordinate representation of color #465CDF: hue angle of 231.37º 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 #465CDF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 92 223 -
CMYK 0.69 0.59 0 0.13
HSL 231.37º 0.71% 0.57% -
HSV(B) 231.37º 0.69% 0.87% -
XYZ 19.67 14.28 71.53 -
YUV 100.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 70 92 223 0.69 0.59 0 0.13 231.37 0.71 0.57
Hex 46 5C DF 45 3B 0 D E7 47 39
Octal 106 134 337 105 73 0 15 347 107 71
Binary 1000110 1011100 11011111 1000101 111011 0 1101 11100111 1000111 111001

Color Harmonies of #465CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465CDF

Black with #465CDF

Text Example


Text Example

White with #465CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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