Html Css Color HEX #465DD6 Royal Blue

📋 copy color: '#465DD6'

red 70 ◦ green 93 ◦ blue 214

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

Shades of Royal Blue #465DD6

Tints of Royal Blue #465DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 18.57%
G = 24.67%
B = 56.76%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#465DD6 (or 0x465DD6) is known color: Royal Blue. HEX triplet: 46, 5D and D6. RGB value is (70,93,214). Sum of RGB (Red+Green+Blue) = 70+93+214=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #465DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DD6 is #B9A229. Grayscale: #636363. Windows color (decimal): -12165674 or 14048582. OLE color: 14048582.

HSL color Cylindrical-coordinate representation of color #465DD6: hue angle of 230.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #465DD6 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 93 214 -
CMYK 0.67 0.57 0 0.16
HSL 230.42º 0.64% 0.56% -
HSV(B) 230.42º 0.67% 0.84% -
XYZ 18.58 13.99 65.34 -
YUV 99.92 192.38 106.66 -
System Red Green Blue C M Y K H S L
Decimal 70 93 214 0.67 0.57 0 0.16 230.42 0.64 0.56
Hex 46 5D D6 43 39 0 10 E6 40 38
Octal 106 135 326 103 71 0 20 346 100 70
Binary 1000110 1011101 11010110 1000011 111001 0 10000 11100110 1000000 111000

Color Harmonies of #465DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DD6

Black with #465DD6

Text Example


Text Example

White with #465DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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