Html Css Color HEX #455EED Royal Blue

📋 copy color: '#455EED'

red 69 ◦ green 94 ◦ blue 237

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

Shades of Royal Blue #455EED

Tints of Royal Blue #455EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 237 (92.97% from 255) = 59.25%

R = 17.25%
G = 23.5%
B = 59.25%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#455EED (or 0x455EED) is known color: Royal Blue. HEX triplet: 45, 5E and ED. RGB value is (69,94,237). Sum of RGB (Red+Green+Blue) = 69+94+237=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #455EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455EED is #BAA112. Grayscale: #666666. Windows color (decimal): -12230931 or 15556165. OLE color: 15556165.

HSL color Cylindrical-coordinate representation of color #455EED: hue angle of 231.07º degrees, saturation: 0.82, 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 #455EED is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 94 237 -
CMYK 0.71 0.60 0 0.07
HSL 231.07º 0.82% 0.6% -
HSV(B) 231.07º 0.71% 0.93% -
XYZ 21.74 15.39 81.94 -
YUV 102.83 203.72 103.87 -
System Red Green Blue C M Y K H S L
Decimal 69 94 237 0.71 0.60 0 0.07 231.07 0.82 0.6
Hex 45 5E ED 47 3C 0 7 E7 52 3C
Octal 105 136 355 107 74 0 7 347 122 74
Binary 1000101 1011110 11101101 1000111 111100 0 111 11100111 1010010 111100

Color Harmonies of #455EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455EED

Black with #455EED

Text Example


Text Example

White with #455EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455EED; }

 p { color: rgb(69,94,237); }

 H1.HeaderClassName
 {
   color: #455EED;
 }
 .AnyTagClassName
 {
   color: #455EED;
 }
</style>

background-color css

<style>
 a { background-color: #455EED; }

 a { background-color: rgb(69,94,237); }

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

border-color css

<style>
 span { border-color: #455EED; }

 span { border-color: rgb(69,94,237); }

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