Html Css Color HEX #245DDF Royal Blue

📋 copy color: '#245DDF'

red 36 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #245DDF

Tints of Royal Blue #245DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 10.23%
G = 26.42%
B = 63.35%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#245DDF (or 0x245DDF) is known color: Royal Blue. HEX triplet: 24, 5D and DF. RGB value is (36,93,223). Sum of RGB (Red+Green+Blue) = 36+93+223=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #245DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DDF is #DBA220. Grayscale: #5A5A5A. Windows color (decimal): -14393889 or 14638372. OLE color: 14638372.

HSL color Cylindrical-coordinate representation of color #245DDF: hue angle of 221.71º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245DDF is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 93 223 -
CMYK 0.84 0.58 0 0.13
HSL 221.71º 0.75% 0.51% -
HSV(B) 221.71º 0.84% 0.87% -
XYZ 17.96 13.53 71.48 -
YUV 90.78 202.62 88.93 -
System Red Green Blue C M Y K H S L
Decimal 36 93 223 0.84 0.58 0 0.13 221.71 0.75 0.51
Hex 24 5D DF 54 3A 0 D DE 4B 33
Octal 44 135 337 124 72 0 15 336 113 63
Binary 100100 1011101 11011111 1010100 111010 0 1101 11011110 1001011 110011

Color Harmonies of #245DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DDF

Black with #245DDF

Text Example


Text Example

White with #245DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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