Html Css Color HEX #465DDF Royal Blue

📋 copy color: '#465DDF'

red 70 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #465DDF

Tints of Royal Blue #465DDF

RGB

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

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

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

R = 18.13%
G = 24.09%
B = 57.77%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#465DDF (or 0x465DDF) is known color: Royal Blue. HEX triplet: 46, 5D and DF. RGB value is (70,93,223). Sum of RGB (Red+Green+Blue) = 70+93+223=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #465DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DDF is #B9A220. Grayscale: #646464. Windows color (decimal): -12165665 or 14638406. OLE color: 14638406.

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

Color convert

RGB 70 93 223 -
CMYK 0.69 0.58 0 0.13
HSL 230.98º 0.71% 0.57% -
HSV(B) 230.98º 0.69% 0.87% -
XYZ 19.76 14.46 71.56 -
YUV 100.94 196.88 105.93 -
System Red Green Blue C M Y K H S L
Decimal 70 93 223 0.69 0.58 0 0.13 230.98 0.71 0.57
Hex 46 5D DF 45 3A 0 D E7 47 39
Octal 106 135 337 105 72 0 15 347 107 71
Binary 1000110 1011101 11011111 1000101 111010 0 1101 11100111 1000111 111001

Color Harmonies of #465DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DDF

Black with #465DDF

Text Example


Text Example

White with #465DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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