Html Css Color HEX #240CBF Medium Blue

📋 copy color: '#240CBF'

red 36 ◦ green 12 ◦ blue 191

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

Shades of Medium Blue #240CBF

Tints of Medium Blue #240CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

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

R = 15.06%
G = 5.02%
B = 79.92%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#240CBF (or 0x240CBF) is known color: Medium Blue. HEX triplet: 24, 0C and BF. RGB value is (36,12,191). Sum of RGB (Red+Green+Blue) = 36+12+191=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #240CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CBF is #DBF340. Grayscale: #262626. Windows color (decimal): -14414657 or 12520484. OLE color: 12520484.

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

Color convert

RGB 36 12 191 -
CMYK 0.81 0.94 0 0.25
HSL 248.04º 0.88% 0.4% -
HSV(B) 248.04º 0.94% 0.75% -
XYZ 10.26 4.4 49.6 -
YUV 39.58 213.45 125.45 -
System Red Green Blue C M Y K H S L
Decimal 36 12 191 0.81 0.94 0 0.25 248.04 0.88 0.4
Hex 24 C BF 51 5E 0 19 F8 58 28
Octal 44 14 277 121 136 0 31 370 130 50
Binary 100100 1100 10111111 1010001 1011110 0 11001 11111000 1011000 101000

Color Harmonies of #240CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CBF

Black with #240CBF

Text Example


Text Example

White with #240CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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