Html Css Color HEX #465FDF Royal Blue

📋 copy color: '#465FDF'

red 70 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #465FDF

Tints of Royal Blue #465FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 18.04%
G = 24.48%
B = 57.47%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#465FDF (or 0x465FDF) is known color: Royal Blue. HEX triplet: 46, 5F and DF. RGB value is (70,95,223). Sum of RGB (Red+Green+Blue) = 70+95+223=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #465FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FDF is #B9A020. Grayscale: #656565. Windows color (decimal): -12165153 or 14638918. OLE color: 14638918.

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

Color convert

RGB 70 95 223 -
CMYK 0.69 0.57 0 0.13
HSL 230.2º 0.71% 0.57% -
HSV(B) 230.2º 0.69% 0.87% -
XYZ 19.94 14.81 71.62 -
YUV 102.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 70 95 223 0.69 0.57 0 0.13 230.2 0.71 0.57
Hex 46 5F DF 45 39 0 D E6 47 39
Octal 106 137 337 105 71 0 15 346 107 71
Binary 1000110 1011111 11011111 1000101 111001 0 1101 11100110 1000111 111001

Color Harmonies of #465FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FDF

Black with #465FDF

Text Example


Text Example

White with #465FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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