Html Css Color HEX #465BEF Royal Blue

📋 copy color: '#465BEF'

red 70 ◦ green 91 ◦ blue 239

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

Shades of Royal Blue #465BEF

Tints of Royal Blue #465BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 17.5%
G = 22.75%
B = 59.75%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#465BEF (or 0x465BEF) is known color: Royal Blue. HEX triplet: 46, 5B and EF. RGB value is (70,91,239). Sum of RGB (Red+Green+Blue) = 70+91+239=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #465BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BEF is #B9A410. Grayscale: #646464. Windows color (decimal): -12166161 or 15686470. OLE color: 15686470.

HSL color Cylindrical-coordinate representation of color #465BEF: hue angle of 232.54º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465BEF is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 91 239 -
CMYK 0.71 0.62 0 0.06
HSL 232.54º 0.84% 0.61% -
HSV(B) 232.54º 0.71% 0.94% -
XYZ 21.85 15.02 83.41 -
YUV 101.59 205.54 105.47 -
System Red Green Blue C M Y K H S L
Decimal 70 91 239 0.71 0.62 0 0.06 232.54 0.84 0.61
Hex 46 5B EF 47 3E 0 6 E9 54 3D
Octal 106 133 357 107 76 0 6 351 124 75
Binary 1000110 1011011 11101111 1000111 111110 0 110 11101001 1010100 111101

Color Harmonies of #465BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BEF

Black with #465BEF

Text Example


Text Example

White with #465BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,239); }

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

background-color css

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

 a { background-color: rgb(70,91,239); }

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

border-color css

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

 span { border-color: rgb(70,91,239); }

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