Html Css Color HEX #455ADF Royal Blue

📋 copy color: '#455ADF'

red 69 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #455ADF

Tints of Royal Blue #455ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 18.06%
G = 23.56%
B = 58.38%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#455ADF (or 0x455ADF) is known color: Royal Blue. HEX triplet: 45, 5A and DF. RGB value is (69,90,223). Sum of RGB (Red+Green+Blue) = 69+90+223=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #455ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ADF is #BAA520. Grayscale: #626262. Windows color (decimal): -12231969 or 14637637. OLE color: 14637637.

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

Color convert

RGB 69 90 223 -
CMYK 0.69 0.60 0 0.13
HSL 231.82º 0.71% 0.57% -
HSV(B) 231.82º 0.69% 0.87% -
XYZ 19.43 13.91 71.47 -
YUV 98.88 198.04 106.69 -
System Red Green Blue C M Y K H S L
Decimal 69 90 223 0.69 0.60 0 0.13 231.82 0.71 0.57
Hex 45 5A DF 45 3C 0 D E8 47 39
Octal 105 132 337 105 74 0 15 350 107 71
Binary 1000101 1011010 11011111 1000101 111100 0 1101 11101000 1000111 111001

Color Harmonies of #455ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455ADF

Black with #455ADF

Text Example


Text Example

White with #455ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,90,223); }

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

background-color css

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

 a { background-color: rgb(69,90,223); }

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

border-color css

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

 span { border-color: rgb(69,90,223); }

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