Html Css Color HEX #245DEC Royal Blue

📋 copy color: '#245DEC'

red 36 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #245DEC

Tints of Royal Blue #245DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 9.86%
G = 25.48%
B = 64.66%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#245DEC (or 0x245DEC) is known color: Royal Blue. HEX triplet: 24, 5D and EC. RGB value is (36,93,236). Sum of RGB (Red+Green+Blue) = 36+93+236=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #245DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245DEC is #DBA213. Grayscale: #5B5B5B. Windows color (decimal): -14393876 or 15490340. OLE color: 15490340.

HSL color Cylindrical-coordinate representation of color #245DEC: hue angle of 222.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245DEC is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 93 236 -
CMYK 0.85 0.61 0 0.07
HSL 222.9º 0.84% 0.53% -
HSV(B) 222.9º 0.85% 0.93% -
XYZ 19.78 14.26 81.07 -
YUV 92.26 209.12 87.87 -
System Red Green Blue C M Y K H S L
Decimal 36 93 236 0.85 0.61 0 0.07 222.9 0.84 0.53
Hex 24 5D EC 55 3D 0 7 DF 54 35
Octal 44 135 354 125 75 0 7 337 124 65
Binary 100100 1011101 11101100 1010101 111101 0 111 11011111 1010100 110101

Color Harmonies of #245DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245DEC

Black with #245DEC

Text Example


Text Example

White with #245DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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