Html Css Color HEX #240FBF Medium Blue

📋 copy color: '#240FBF'

red 36 ◦ green 15 ◦ blue 191

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

Shades of Medium Blue #240FBF

Tints of Medium Blue #240FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 78.93%

R = 14.88%
G = 6.2%
B = 78.93%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#240FBF (or 0x240FBF) is known color: Medium Blue. HEX triplet: 24, 0F and BF. RGB value is (36,15,191). Sum of RGB (Red+Green+Blue) = 36+15+191=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #240FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FBF is #DBF040. Grayscale: #282828. Windows color (decimal): -14413889 or 12521252. OLE color: 12521252.

HSL color Cylindrical-coordinate representation of color #240FBF: hue angle of 247.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240FBF is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 15 191 -
CMYK 0.81 0.92 0 0.25
HSL 247.16º 0.85% 0.4% -
HSV(B) 247.16º 0.92% 0.75% -
XYZ 10.3 4.48 49.61 -
YUV 41.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 36 15 191 0.81 0.92 0 0.25 247.16 0.85 0.4
Hex 24 F BF 51 5C 0 19 F7 55 28
Octal 44 17 277 121 134 0 31 367 125 50
Binary 100100 1111 10111111 1010001 1011100 0 11001 11110111 1010101 101000

Color Harmonies of #240FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FBF

Black with #240FBF

Text Example


Text Example

White with #240FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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