Html Css Color HEX #240FBE Medium Blue

📋 copy color: '#240FBE'

red 36 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #240FBE

Tints of Medium Blue #240FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.84%

R = 14.94%
G = 6.22%
B = 78.84%

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

#240FBE (or 0x240FBE) is known color: Medium Blue. HEX triplet: 24, 0F and BE. RGB value is (36,15,190). Sum of RGB (Red+Green+Blue) = 36+15+190=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #240FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FBE is #DBF041. Grayscale: #282828. Windows color (decimal): -14413890 or 12455716. OLE color: 12455716.

HSL color Cylindrical-coordinate representation of color #240FBE: hue angle of 247.2º 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 #240FBE is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 15 190 -
CMYK 0.81 0.92 0 0.25
HSL 247.2º 0.85% 0.4% -
HSV(B) 247.2º 0.92% 0.75% -
XYZ 10.19 4.43 49.03 -
YUV 41.23 211.96 124.27 -
System Red Green Blue C M Y K H S L
Decimal 36 15 190 0.81 0.92 0 0.25 247.2 0.85 0.4
Hex 24 F BE 51 5C 0 19 F7 55 28
Octal 44 17 276 121 134 0 31 367 125 50
Binary 100100 1111 10111110 1010001 1011100 0 11001 11110111 1010101 101000

Color Harmonies of #240FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FBE

Black with #240FBE

Text Example


Text Example

White with #240FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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