Html Css Color HEX #245DDD Royal Blue

📋 copy color: '#245DDD'

red 36 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #245DDD

Tints of Royal Blue #245DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 10.29%
G = 26.57%
B = 63.14%

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

#245DDD (or 0x245DDD) is known color: Royal Blue. HEX triplet: 24, 5D and DD. RGB value is (36,93,221). Sum of RGB (Red+Green+Blue) = 36+93+221=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #245DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245DDD is #DBA222. Grayscale: #595959. Windows color (decimal): -14393891 or 14507300. OLE color: 14507300.

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

Color convert

RGB 36 93 221 -
CMYK 0.84 0.58 0 0.13
HSL 221.51º 0.73% 0.5% -
HSV(B) 221.51º 0.84% 0.87% -
XYZ 17.69 13.42 70.07 -
YUV 90.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 36 93 221 0.84 0.58 0 0.13 221.51 0.73 0.5
Hex 24 5D DD 54 3A 0 D DE 49 32
Octal 44 135 335 124 72 0 15 336 111 62
Binary 100100 1011101 11011101 1010100 111010 0 1101 11011110 1001001 110010

Color Harmonies of #245DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DDD

Black with #245DDD

Text Example


Text Example

White with #245DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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