Html Css Color HEX #245AFE Royal Blue

📋 copy color: '#245AFE'

red 36 ◦ green 90 ◦ blue 254

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

Shades of Royal Blue #245AFE

Tints of Royal Blue #245AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.84%

R = 9.47%
G = 23.68%
B = 66.84%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#245AFE (or 0x245AFE) is known color: Royal Blue. HEX triplet: 24, 5A and FE. RGB value is (36,90,254). Sum of RGB (Red+Green+Blue) = 36+90+254=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #245AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AFE is #DBA501. Grayscale: #5B5B5B. Windows color (decimal): -14394626 or 16669220. OLE color: 16669220.

HSL color Cylindrical-coordinate representation of color #245AFE: hue angle of 225.14º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245AFE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 90 254 -
CMYK 0.86 0.65 0 0.00
HSL 225.14º 0.99% 0.57% -
HSV(B) 225.14º 0.86% 1% -
XYZ 22.27 14.84 95.46 -
YUV 92.55 219.11 87.66 -
System Red Green Blue C M Y K H S L
Decimal 36 90 254 0.86 0.65 0 0.00 225.14 0.99 0.57
Hex 24 5A FE 56 41 0 0 E1 63 39
Octal 44 132 376 126 101 0 0 341 143 71
Binary 100100 1011010 11111110 1010110 1000001 0 0 11100001 1100011 111001

Color Harmonies of #245AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245AFE

Black with #245AFE

Text Example


Text Example

White with #245AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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