Html Css Color HEX #245FEC Royal Blue

📋 copy color: '#245FEC'

red 36 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #245FEC

Tints of Royal Blue #245FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 9.81%
G = 25.89%
B = 64.31%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#245FEC (or 0x245FEC) is known color: Royal Blue. HEX triplet: 24, 5F and EC. RGB value is (36,95,236). Sum of RGB (Red+Green+Blue) = 36+95+236=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #245FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FEC is #DBA013. Grayscale: #5C5C5C. Windows color (decimal): -14393364 or 15490852. OLE color: 15490852.

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

Color convert

RGB 36 95 236 -
CMYK 0.85 0.60 0 0.07
HSL 222.3º 0.84% 0.53% -
HSV(B) 222.3º 0.85% 0.93% -
XYZ 19.96 14.62 81.13 -
YUV 93.43 208.45 87.04 -
System Red Green Blue C M Y K H S L
Decimal 36 95 236 0.85 0.60 0 0.07 222.3 0.84 0.53
Hex 24 5F EC 55 3C 0 7 DE 54 35
Octal 44 137 354 125 74 0 7 336 124 65
Binary 100100 1011111 11101100 1010101 111100 0 111 11011110 1010100 110101

Color Harmonies of #245FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FEC

Black with #245FEC

Text Example


Text Example

White with #245FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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