Html Css Color HEX #240FBB Medium Blue

📋 copy color: '#240FBB'

red 36 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #240FBB

Tints of Medium Blue #240FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.57%

R = 15.13%
G = 6.3%
B = 78.57%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#240FBB (or 0x240FBB) is known color: Medium Blue. HEX triplet: 24, 0F and BB. RGB value is (36,15,187). Sum of RGB (Red+Green+Blue) = 36+15+187=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #240FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FBB is #DBF044. Grayscale: #282828. Windows color (decimal): -14413893 or 12259108. OLE color: 12259108.

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

Color convert

RGB 36 15 187 -
CMYK 0.81 0.92 0 0.27
HSL 247.33º 0.85% 0.4% -
HSV(B) 247.33º 0.92% 0.73% -
XYZ 9.87 4.3 47.32 -
YUV 40.89 210.46 124.51 -
System Red Green Blue C M Y K H S L
Decimal 36 15 187 0.81 0.92 0 0.27 247.33 0.85 0.4
Hex 24 F BB 51 5C 0 1B F7 55 28
Octal 44 17 273 121 134 0 33 367 125 50
Binary 100100 1111 10111011 1010001 1011100 0 11011 11110111 1010101 101000

Color Harmonies of #240FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FBB

Black with #240FBB

Text Example


Text Example

White with #240FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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