Html Css Color HEX #456DEC Royal Blue

📋 copy color: '#456DEC'

red 69 ◦ green 109 ◦ blue 236

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

Shades of Royal Blue #456DEC

Tints of Royal Blue #456DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

 BLUE value IS 236 (92.58% from 255) = 57%

R = 16.67%
G = 26.33%
B = 57%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#456DEC (or 0x456DEC) is known color: Royal Blue. HEX triplet: 45, 6D and EC. RGB value is (69,109,236). Sum of RGB (Red+Green+Blue) = 69+109+236=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #456DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456DEC is #BA9213. Grayscale: #6E6E6E. Windows color (decimal): -12227092 or 15494469. OLE color: 15494469.

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

Color convert

RGB 69 109 236 -
CMYK 0.71 0.54 0 0.07
HSL 225.63º 0.81% 0.6% -
HSV(B) 225.63º 0.71% 0.93% -
XYZ 23.06 18.26 81.67 -
YUV 111.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 69 109 236 0.71 0.54 0 0.07 225.63 0.81 0.6
Hex 45 6D EC 47 36 0 7 E2 51 3C
Octal 105 155 354 107 66 0 7 342 121 74
Binary 1000101 1101101 11101100 1000111 110110 0 111 11100010 1010001 111100

Color Harmonies of #456DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456DEC

Black with #456DEC

Text Example


Text Example

White with #456DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,109,236); }

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

background-color css

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

 a { background-color: rgb(69,109,236); }

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

border-color css

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

 span { border-color: rgb(69,109,236); }

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