Html Css Color HEX #455CEA Royal Blue

📋 copy color: '#455CEA'

red 69 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #455CEA

Tints of Royal Blue #455CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.24%

R = 17.47%
G = 23.29%
B = 59.24%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#455CEA (or 0x455CEA) is known color: Royal Blue. HEX triplet: 45, 5C and EA. RGB value is (69,92,234). Sum of RGB (Red+Green+Blue) = 69+92+234=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #455CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455CEA is #BAA315. Grayscale: #646464. Windows color (decimal): -12231446 or 15359045. OLE color: 15359045.

HSL color Cylindrical-coordinate representation of color #455CEA: hue angle of 231.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455CEA is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 92 234 -
CMYK 0.71 0.61 0 0.08
HSL 231.64º 0.8% 0.59% -
HSV(B) 231.64º 0.71% 0.92% -
XYZ 21.13 14.86 79.6 -
YUV 101.31 202.88 104.95 -
System Red Green Blue C M Y K H S L
Decimal 69 92 234 0.71 0.61 0 0.08 231.64 0.8 0.59
Hex 45 5C EA 47 3D 0 8 E8 50 3B
Octal 105 134 352 107 75 0 10 350 120 73
Binary 1000101 1011100 11101010 1000111 111101 0 1000 11101000 1010000 111011

Color Harmonies of #455CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455CEA

Black with #455CEA

Text Example


Text Example

White with #455CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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