Html Css Color HEX #240FCE Medium Blue

📋 copy color: '#240FCE'

red 36 ◦ green 15 ◦ blue 206

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

Shades of Medium Blue #240FCE

Tints of Medium Blue #240FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

 BLUE value IS 206 (80.86% from 255) = 80.16%

R = 14.01%
G = 5.84%
B = 80.16%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#240FCE (or 0x240FCE) is known color: Medium Blue. HEX triplet: 24, 0F and CE. RGB value is (36,15,206). Sum of RGB (Red+Green+Blue) = 36+15+206=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #240FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FCE is #DBF031. Grayscale: #2A2A2A. Windows color (decimal): -14413874 or 13504292. OLE color: 13504292.

HSL color Cylindrical-coordinate representation of color #240FCE: hue angle of 246.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FCE is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 15 206 -
CMYK 0.83 0.93 0 0.19
HSL 246.6º 0.86% 0.43% -
HSV(B) 246.6º 0.93% 0.81% -
XYZ 12.04 5.17 58.76 -
YUV 43.05 219.96 122.97 -
System Red Green Blue C M Y K H S L
Decimal 36 15 206 0.83 0.93 0 0.19 246.6 0.86 0.43
Hex 24 F CE 53 5D 0 13 F7 56 2B
Octal 44 17 316 123 135 0 23 367 126 53
Binary 100100 1111 11001110 1010011 1011101 0 10011 11110111 1010110 101011

Color Harmonies of #240FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FCE

Black with #240FCE

Text Example


Text Example

White with #240FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240FCE; }

 p { color: rgb(36,15,206); }

 H1.HeaderClassName
 {
   color: #240FCE;
 }
 .AnyTagClassName
 {
   color: #240FCE;
 }
</style>

background-color css

<style>
 a { background-color: #240FCE; }

 a { background-color: rgb(36,15,206); }

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

border-color css

<style>
 span { border-color: #240FCE; }

 span { border-color: rgb(36,15,206); }

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