Html Css Color HEX #455BDA Royal Blue

📋 copy color: '#455BDA'

red 69 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #455BDA

Tints of Royal Blue #455BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 18.25%
G = 24.07%
B = 57.67%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#455BDA (or 0x455BDA) is known color: Royal Blue. HEX triplet: 45, 5B and DA. RGB value is (69,91,218). Sum of RGB (Red+Green+Blue) = 69+91+218=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #455BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BDA is #BAA425. Grayscale: #626262. Windows color (decimal): -12231718 or 14310213. OLE color: 14310213.

HSL color Cylindrical-coordinate representation of color #455BDA: hue angle of 231.14º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #455BDA is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 91 218 -
CMYK 0.68 0.58 0 0.15
HSL 231.14º 0.67% 0.56% -
HSV(B) 231.14º 0.68% 0.85% -
XYZ 18.85 13.81 68 -
YUV 98.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 69 91 218 0.68 0.58 0 0.15 231.14 0.67 0.56
Hex 45 5B DA 44 3A 0 F E7 43 38
Octal 105 133 332 104 72 0 17 347 103 70
Binary 1000101 1011011 11011010 1000100 111010 0 1111 11100111 1000011 111000

Color Harmonies of #455BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455BDA

Black with #455BDA

Text Example


Text Example

White with #455BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,91,218); }

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

background-color css

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

 a { background-color: rgb(69,91,218); }

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

border-color css

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

 span { border-color: rgb(69,91,218); }

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