Html Css Color HEX #245DF9 Royal Blue

📋 copy color: '#245DF9'

red 36 ◦ green 93 ◦ blue 249

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

Shades of Royal Blue #245DF9

Tints of Royal Blue #245DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

 BLUE value IS 249 (97.66% from 255) = 65.87%

R = 9.52%
G = 24.6%
B = 65.87%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#245DF9 (or 0x245DF9) is known color: Royal Blue. HEX triplet: 24, 5D and F9. RGB value is (36,93,249). Sum of RGB (Red+Green+Blue) = 36+93+249=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 249 (97.66% from 255 or 65.87% from 378); Max value from RGB is 249 - color contains mainly: blue. Hex color #245DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245DF9 is #DBA206. Grayscale: #5D5D5D. Windows color (decimal): -14393863 or 16342308. OLE color: 16342308.

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

Color convert

RGB 36 93 249 -
CMYK 0.86 0.63 0 0.02
HSL 223.94º 0.95% 0.56% -
HSV(B) 223.94º 0.86% 0.98% -
XYZ 21.74 15.04 91.38 -
YUV 93.74 215.62 86.82 -
System Red Green Blue C M Y K H S L
Decimal 36 93 249 0.86 0.63 0 0.02 223.94 0.95 0.56
Hex 24 5D F9 56 3F 0 2 E0 5F 38
Octal 44 135 371 126 77 0 2 340 137 70
Binary 100100 1011101 11111001 1010110 111111 0 10 11100000 1011111 111000

Color Harmonies of #245DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DF9

Black with #245DF9

Text Example


Text Example

White with #245DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,93,249); }

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

background-color css

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

 a { background-color: rgb(36,93,249); }

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

border-color css

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

 span { border-color: rgb(36,93,249); }

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