Html Css Color HEX #455CDD Royal Blue

📋 copy color: '#455CDD'

red 69 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #455CDD

Tints of Royal Blue #455CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

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

R = 18.06%
G = 24.08%
B = 57.85%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#455CDD (or 0x455CDD) is known color: Royal Blue. HEX triplet: 45, 5C and DD. RGB value is (69,92,221). Sum of RGB (Red+Green+Blue) = 69+92+221=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #455CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CDD is #BAA322. Grayscale: #636363. Windows color (decimal): -12231459 or 14507077. OLE color: 14507077.

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

Color convert

RGB 69 92 221 -
CMYK 0.69 0.58 0 0.13
HSL 230.92º 0.69% 0.57% -
HSV(B) 230.92º 0.69% 0.87% -
XYZ 19.33 14.14 70.12 -
YUV 99.83 196.38 106.01 -
System Red Green Blue C M Y K H S L
Decimal 69 92 221 0.69 0.58 0 0.13 230.92 0.69 0.57
Hex 45 5C DD 45 3A 0 D E7 45 39
Octal 105 134 335 105 72 0 15 347 105 71
Binary 1000101 1011100 11011101 1000101 111010 0 1101 11100111 1000101 111001

Color Harmonies of #455CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455CDD

Black with #455CDD

Text Example


Text Example

White with #455CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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