Html Css Color HEX #240FDF Medium Blue

📋 copy color: '#240FDF'

red 36 ◦ green 15 ◦ blue 223

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

Shades of Medium Blue #240FDF

Tints of Medium Blue #240FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.39%

R = 13.14%
G = 5.47%
B = 81.39%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#240FDF (or 0x240FDF) is known color: Medium Blue. HEX triplet: 24, 0F and DF. RGB value is (36,15,223). Sum of RGB (Red+Green+Blue) = 36+15+223=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #240FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FDF is #DBF020. Grayscale: #2C2C2C. Windows color (decimal): -14413857 or 14618404. OLE color: 14618404.

HSL color Cylindrical-coordinate representation of color #240FDF: hue angle of 246.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FDF is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 15 223 -
CMYK 0.84 0.93 0 0.13
HSL 246.06º 0.87% 0.47% -
HSV(B) 246.06º 0.93% 0.87% -
XYZ 14.22 6.04 70.23 -
YUV 44.99 228.46 121.59 -
System Red Green Blue C M Y K H S L
Decimal 36 15 223 0.84 0.93 0 0.13 246.06 0.87 0.47
Hex 24 F DF 54 5D 0 D F6 57 2F
Octal 44 17 337 124 135 0 15 366 127 57
Binary 100100 1111 11011111 1010100 1011101 0 1101 11110110 1010111 101111

Color Harmonies of #240FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FDF

Black with #240FDF

Text Example


Text Example

White with #240FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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