Html Css Color HEX #245FFF Royal Blue

📋 copy color: '#245FFF'

red 36 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #245FFF

Tints of Royal Blue #245FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

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

R = 9.33%
G = 24.61%
B = 66.06%

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

#245FFF (or 0x245FFF) is known color: Royal Blue. HEX triplet: 24, 5F and FF. RGB value is (36,95,255). Sum of RGB (Red+Green+Blue) = 36+95+255=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #245FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FFF is #DBA000. Grayscale: #5E5E5E. Windows color (decimal): -14393345 or 16736036. OLE color: 16736036.

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

Color convert

RGB 36 95 255 -
CMYK 0.86 0.63 0 0
HSL 223.84º 1% 0.57% -
HSV(B) 223.84º 0.86% 1% -
XYZ 22.87 15.78 96.45 -
YUV 95.6 217.95 85.49 -
System Red Green Blue C M Y K H S L
Decimal 36 95 255 0.86 0.63 0 0 223.84 1 0.57
Hex 24 5F FF 56 3F 0 0 E0 64 39
Octal 44 137 377 126 77 0 0 340 144 71
Binary 100100 1011111 11111111 1010110 111111 0 0 11100000 1100100 111001

Color Harmonies of #245FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FFF

Black with #245FFF

Text Example


Text Example

White with #245FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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