Html Css Color HEX #245EFE Royal Blue

📋 copy color: '#245EFE'

red 36 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #245EFE

Tints of Royal Blue #245EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.48%

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

R = 9.38%
G = 24.48%
B = 66.15%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#245EFE (or 0x245EFE) is known color: Royal Blue. HEX triplet: 24, 5E and FE. RGB value is (36,94,254). Sum of RGB (Red+Green+Blue) = 36+94+254=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #245EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EFE is #DBA101. Grayscale: #5E5E5E. Windows color (decimal): -14393602 or 16670244. OLE color: 16670244.

HSL color Cylindrical-coordinate representation of color #245EFE: hue angle of 224.04º 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 #245EFE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 36 94 254 -
CMYK 0.86 0.63 0 0.00
HSL 224.04º 0.99% 0.57% -
HSV(B) 224.04º 0.86% 1% -
XYZ 22.62 15.54 95.57 -
YUV 94.9 217.78 85.99 -
System Red Green Blue C M Y K H S L
Decimal 36 94 254 0.86 0.63 0 0.00 224.04 0.99 0.57
Hex 24 5E FE 56 3F 0 0 E0 63 39
Octal 44 136 376 126 77 0 0 340 143 71
Binary 100100 1011110 11111110 1010110 111111 0 0 11100000 1100011 111001

Color Harmonies of #245EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EFE

Black with #245EFE

Text Example


Text Example

White with #245EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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