Html Css Color HEX #245CEC Royal Blue

📋 copy color: '#245CEC'

red 36 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #245CEC

Tints of Royal Blue #245CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

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

R = 9.89%
G = 25.27%
B = 64.84%

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

#245CEC (or 0x245CEC) is known color: Royal Blue. HEX triplet: 24, 5C and EC. RGB value is (36,92,236). Sum of RGB (Red+Green+Blue) = 36+92+236=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #245CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CEC is #DBA313. Grayscale: #5B5B5B. Windows color (decimal): -14394132 or 15490084. OLE color: 15490084.

HSL color Cylindrical-coordinate representation of color #245CEC: hue angle of 223.2º 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 #245CEC is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 92 236 -
CMYK 0.85 0.61 0 0.07
HSL 223.2º 0.84% 0.53% -
HSV(B) 223.2º 0.85% 0.93% -
XYZ 19.7 14.09 81.04 -
YUV 91.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 36 92 236 0.85 0.61 0 0.07 223.2 0.84 0.53
Hex 24 5C EC 55 3D 0 7 DF 54 35
Octal 44 134 354 125 75 0 7 337 124 65
Binary 100100 1011100 11101100 1010101 111101 0 111 11011111 1010100 110101

Color Harmonies of #245CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245CEC

Black with #245CEC

Text Example


Text Example

White with #245CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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