Html Css Color HEX #455CF0 Royal Blue

📋 copy color: '#455CF0'

red 69 ◦ green 92 ◦ blue 240

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

Shades of Royal Blue #455CF0

Tints of Royal Blue #455CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.85%

R = 17.21%
G = 22.94%
B = 59.85%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#455CF0 (or 0x455CF0) is known color: Royal Blue. HEX triplet: 45, 5C and F0. RGB value is (69,92,240). Sum of RGB (Red+Green+Blue) = 69+92+240=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #455CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455CF0 is #BAA30F. Grayscale: #656565. Windows color (decimal): -12231440 or 15752261. OLE color: 15752261.

HSL color Cylindrical-coordinate representation of color #455CF0: hue angle of 231.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455CF0 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 92 240 -
CMYK 0.71 0.62 0 0.06
HSL 231.93º 0.85% 0.61% -
HSV(B) 231.93º 0.71% 0.94% -
XYZ 22.01 15.21 84.21 -
YUV 102 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 69 92 240 0.71 0.62 0 0.06 231.93 0.85 0.61
Hex 45 5C F0 47 3E 0 6 E8 55 3D
Octal 105 134 360 107 76 0 6 350 125 75
Binary 1000101 1011100 11110000 1000111 111110 0 110 11101000 1010101 111101

Color Harmonies of #455CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455CF0

Black with #455CF0

Text Example


Text Example

White with #455CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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