Html Css Color HEX #455FDD Royal Blue

📋 copy color: '#455FDD'

red 69 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #455FDD

Tints of Royal Blue #455FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 17.92%
G = 24.68%
B = 57.4%

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

#455FDD (or 0x455FDD) is known color: Royal Blue. HEX triplet: 45, 5F and DD. RGB value is (69,95,221). Sum of RGB (Red+Green+Blue) = 69+95+221=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #455FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FDD is #BAA022. Grayscale: #656565. Windows color (decimal): -12230691 or 14507845. OLE color: 14507845.

HSL color Cylindrical-coordinate representation of color #455FDD: hue angle of 229.74º degrees, saturation: 0.69, 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 #455FDD is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 95 221 -
CMYK 0.69 0.57 0 0.13
HSL 229.74º 0.69% 0.57% -
HSV(B) 229.74º 0.69% 0.87% -
XYZ 19.6 14.67 70.21 -
YUV 101.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 69 95 221 0.69 0.57 0 0.13 229.74 0.69 0.57
Hex 45 5F DD 45 39 0 D E6 45 39
Octal 105 137 335 105 71 0 15 346 105 71
Binary 1000101 1011111 11011101 1000101 111001 0 1101 11100110 1000101 111001

Color Harmonies of #455FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455FDD

Black with #455FDD

Text Example


Text Example

White with #455FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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