Html Css Color HEX #245EFF Royal Blue

📋 copy color: '#245EFF'

red 36 ◦ green 94 ◦ blue 255

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

Shades of Royal Blue #245EFF

Tints of Royal Blue #245EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.23%

R = 9.35%
G = 24.42%
B = 66.23%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#245EFF (or 0x245EFF) is known color: Royal Blue. HEX triplet: 24, 5E and FF. RGB value is (36,94,255). Sum of RGB (Red+Green+Blue) = 36+94+255=385 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.35% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #245EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EFF is #DBA100. Grayscale: #5E5E5E. Windows color (decimal): -14393601 or 16735780. OLE color: 16735780.

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

Color convert

RGB 36 94 255 -
CMYK 0.86 0.63 0 0
HSL 224.11º 1% 0.57% -
HSV(B) 224.11º 0.86% 1% -
XYZ 22.78 15.6 96.42 -
YUV 95.01 218.28 85.91 -
System Red Green Blue C M Y K H S L
Decimal 36 94 255 0.86 0.63 0 0 224.11 1 0.57
Hex 24 5E FF 56 3F 0 0 E0 64 39
Octal 44 136 377 126 77 0 0 340 144 71
Binary 100100 1011110 11111111 1010110 111111 0 0 11100000 1100100 111001

Color Harmonies of #245EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EFF

Black with #245EFF

Text Example


Text Example

White with #245EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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