Html Css Color HEX #245AE1 Royal Blue

📋 copy color: '#245AE1'

red 36 ◦ green 90 ◦ blue 225

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

Shades of Royal Blue #245AE1

Tints of Royal Blue #245AE1

RGB

 RED value IS 36 (14.45% from 255) = 10.26%

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

 BLUE value IS 225 (88.28% from 255) = 64.1%

R = 10.26%
G = 25.64%
B = 64.1%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#245AE1 (or 0x245AE1) is known color: Royal Blue. HEX triplet: 24, 5A and E1. RGB value is (36,90,225). Sum of RGB (Red+Green+Blue) = 36+90+225=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #245AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245AE1 is #DBA51E. Grayscale: #585858. Windows color (decimal): -14394655 or 14768676. OLE color: 14768676.

HSL color Cylindrical-coordinate representation of color #245AE1: hue angle of 222.86º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245AE1 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 90 225 -
CMYK 0.84 0.60 0 0.12
HSL 222.86º 0.76% 0.51% -
HSV(B) 222.86º 0.84% 0.88% -
XYZ 17.97 13.12 72.82 -
YUV 89.24 204.61 90.02 -
System Red Green Blue C M Y K H S L
Decimal 36 90 225 0.84 0.60 0 0.12 222.86 0.76 0.51
Hex 24 5A E1 54 3C 0 C DF 4C 33
Octal 44 132 341 124 74 0 14 337 114 63
Binary 100100 1011010 11100001 1010100 111100 0 1100 11011111 1001100 110011

Color Harmonies of #245AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245AE1

Black with #245AE1

Text Example


Text Example

White with #245AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245AE1; }

 p { color: rgb(36,90,225); }

 H1.HeaderClassName
 {
   color: #245AE1;
 }
 .AnyTagClassName
 {
   color: #245AE1;
 }
</style>

background-color css

<style>
 a { background-color: #245AE1; }

 a { background-color: rgb(36,90,225); }

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

border-color css

<style>
 span { border-color: #245AE1; }

 span { border-color: rgb(36,90,225); }

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