Html Css Color HEX #465DDB Royal Blue

📋 copy color: '#465DDB'

red 70 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #465DDB

Tints of Royal Blue #465DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 18.32%
G = 24.35%
B = 57.33%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#465DDB (or 0x465DDB) is known color: Royal Blue. HEX triplet: 46, 5D and DB. RGB value is (70,93,219). Sum of RGB (Red+Green+Blue) = 70+93+219=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #465DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DDB is #B9A224. Grayscale: #636363. Windows color (decimal): -12165669 or 14376262. OLE color: 14376262.

HSL color Cylindrical-coordinate representation of color #465DDB: hue angle of 230.74º degrees, saturation: 0.67, 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 #465DDB is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 93 219 -
CMYK 0.68 0.58 0 0.14
HSL 230.74º 0.67% 0.57% -
HSV(B) 230.74º 0.68% 0.86% -
XYZ 19.23 14.25 68.75 -
YUV 100.49 194.88 106.25 -
System Red Green Blue C M Y K H S L
Decimal 70 93 219 0.68 0.58 0 0.14 230.74 0.67 0.57
Hex 46 5D DB 44 3A 0 E E7 43 39
Octal 106 135 333 104 72 0 16 347 103 71
Binary 1000110 1011101 11011011 1000100 111010 0 1110 11100111 1000011 111001

Color Harmonies of #465DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DDB

Black with #465DDB

Text Example


Text Example

White with #465DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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