Html Css Color HEX #455FDE Royal Blue

📋 copy color: '#455FDE'

red 69 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #455FDE

Tints of Royal Blue #455FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 17.88%
G = 24.61%
B = 57.51%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#455FDE (or 0x455FDE) is known color: Royal Blue. HEX triplet: 45, 5F and DE. RGB value is (69,95,222). Sum of RGB (Red+Green+Blue) = 69+95+222=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #455FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FDE is #BAA021. Grayscale: #656565. Windows color (decimal): -12230690 or 14573381. OLE color: 14573381.

HSL color Cylindrical-coordinate representation of color #455FDE: hue angle of 229.8º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #455FDE is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 95 222 -
CMYK 0.69 0.57 0 0.13
HSL 229.8º 0.7% 0.57% -
HSV(B) 229.8º 0.69% 0.87% -
XYZ 19.73 14.72 70.91 -
YUV 101.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 69 95 222 0.69 0.57 0 0.13 229.8 0.7 0.57
Hex 45 5F DE 45 39 0 D E6 46 39
Octal 105 137 336 105 71 0 15 346 106 71
Binary 1000101 1011111 11011110 1000101 111001 0 1101 11100110 1000110 111001

Color Harmonies of #455FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455FDE

Black with #455FDE

Text Example


Text Example

White with #455FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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