Html Css Color HEX #455FED Royal Blue

📋 copy color: '#455FED'

red 69 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #455FED

Tints of Royal Blue #455FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.69%

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

R = 17.21%
G = 23.69%
B = 59.1%

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

#455FED (or 0x455FED) is known color: Royal Blue. HEX triplet: 45, 5F and ED. RGB value is (69,95,237). Sum of RGB (Red+Green+Blue) = 69+95+237=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #455FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455FED is #BAA012. Grayscale: #666666. Windows color (decimal): -12230675 or 15556421. OLE color: 15556421.

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

Color convert

RGB 69 95 237 -
CMYK 0.71 0.60 0 0.07
HSL 230.71º 0.82% 0.6% -
HSV(B) 230.71º 0.71% 0.93% -
XYZ 21.83 15.56 81.97 -
YUV 103.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 69 95 237 0.71 0.60 0 0.07 230.71 0.82 0.6
Hex 45 5F ED 47 3C 0 7 E7 52 3C
Octal 105 137 355 107 74 0 7 347 122 74
Binary 1000101 1011111 11101101 1000111 111100 0 111 11100111 1010010 111100

Color Harmonies of #455FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455FED

Black with #455FED

Text Example


Text Example

White with #455FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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