Html Css Color HEX #456EEE Royal Blue

📋 copy color: '#456EEE'

red 69 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #456EEE

Tints of Royal Blue #456EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 16.55%
G = 26.38%
B = 57.07%

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

#456EEE (or 0x456EEE) is known color: Royal Blue. HEX triplet: 45, 6E and EE. RGB value is (69,110,238). Sum of RGB (Red+Green+Blue) = 69+110+238=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #456EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #456EEE is #BA9111. Grayscale: #6F6F6F. Windows color (decimal): -12226834 or 15625797. OLE color: 15625797.

HSL color Cylindrical-coordinate representation of color #456EEE: hue angle of 225.44º degrees, saturation: 0.83, 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 #456EEE is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 110 238 -
CMYK 0.71 0.54 0 0.07
HSL 225.44º 0.83% 0.6% -
HSV(B) 225.44º 0.71% 0.93% -
XYZ 23.46 18.59 83.24 -
YUV 112.33 198.92 97.09 -
System Red Green Blue C M Y K H S L
Decimal 69 110 238 0.71 0.54 0 0.07 225.44 0.83 0.6
Hex 45 6E EE 47 36 0 7 E1 53 3C
Octal 105 156 356 107 66 0 7 341 123 74
Binary 1000101 1101110 11101110 1000111 110110 0 111 11100001 1010011 111100

Color Harmonies of #456EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456EEE

Black with #456EEE

Text Example


Text Example

White with #456EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,110,238); }

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

background-color css

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

 a { background-color: rgb(69,110,238); }

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

border-color css

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

 span { border-color: rgb(69,110,238); }

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