Html Css Color HEX #240FBC Medium Blue

📋 copy color: '#240FBC'

red 36 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #240FBC

Tints of Medium Blue #240FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.66%

R = 15.06%
G = 6.28%
B = 78.66%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#240FBC (or 0x240FBC) is known color: Medium Blue. HEX triplet: 24, 0F and BC. RGB value is (36,15,188). Sum of RGB (Red+Green+Blue) = 36+15+188=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #240FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FBC is #DBF043. Grayscale: #282828. Windows color (decimal): -14413892 or 12324644. OLE color: 12324644.

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

Color convert

RGB 36 15 188 -
CMYK 0.81 0.92 0 0.26
HSL 247.28º 0.85% 0.4% -
HSV(B) 247.28º 0.92% 0.74% -
XYZ 9.98 4.35 47.89 -
YUV 41 210.96 124.43 -
System Red Green Blue C M Y K H S L
Decimal 36 15 188 0.81 0.92 0 0.26 247.28 0.85 0.4
Hex 24 F BC 51 5C 0 1A F7 55 28
Octal 44 17 274 121 134 0 32 367 125 50
Binary 100100 1111 10111100 1010001 1011100 0 11010 11110111 1010101 101000

Color Harmonies of #240FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FBC

Black with #240FBC

Text Example


Text Example

White with #240FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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