Html Css Color HEX #456AEB Royal Blue

📋 copy color: '#456AEB'

red 69 ◦ green 106 ◦ blue 235

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

Shades of Royal Blue #456AEB

Tints of Royal Blue #456AEB

RGB

 RED value IS 69 (27.34% from 255) = 16.83%

 GREEN value IS 106 (41.8% from 255) = 25.85%

 BLUE value IS 235 (92.19% from 255) = 57.32%

R = 16.83%
G = 25.85%
B = 57.32%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#456AEB (or 0x456AEB) is known color: Royal Blue. HEX triplet: 45, 6A and EB. RGB value is (69,106,235). Sum of RGB (Red+Green+Blue) = 69+106+235=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #456AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456AEB is #BA9514. Grayscale: #6D6D6D. Windows color (decimal): -12227861 or 15428165. OLE color: 15428165.

HSL color Cylindrical-coordinate representation of color #456AEB: hue angle of 226.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456AEB is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 106 235 -
CMYK 0.71 0.55 0 0.08
HSL 226.63º 0.81% 0.6% -
HSV(B) 226.63º 0.71% 0.92% -
XYZ 22.6 17.57 80.8 -
YUV 109.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 69 106 235 0.71 0.55 0 0.08 226.63 0.81 0.6
Hex 45 6A EB 47 37 0 8 E3 51 3C
Octal 105 152 353 107 67 0 10 343 121 74
Binary 1000101 1101010 11101011 1000111 110111 0 1000 11100011 1010001 111100

Color Harmonies of #456AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456AEB

Black with #456AEB

Text Example


Text Example

White with #456AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456AEB; }

 p { color: rgb(69,106,235); }

 H1.HeaderClassName
 {
   color: #456AEB;
 }
 .AnyTagClassName
 {
   color: #456AEB;
 }
</style>

background-color css

<style>
 a { background-color: #456AEB; }

 a { background-color: rgb(69,106,235); }

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

border-color css

<style>
 span { border-color: #456AEB; }

 span { border-color: rgb(69,106,235); }

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