Html Css Color HEX #240FBA Medium Blue

📋 copy color: '#240FBA'

red 36 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #240FBA

Tints of Medium Blue #240FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 78.48%

R = 15.19%
G = 6.33%
B = 78.48%

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

#240FBA (or 0x240FBA) is known color: Medium Blue. HEX triplet: 24, 0F and BA. RGB value is (36,15,186). Sum of RGB (Red+Green+Blue) = 36+15+186=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #240FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FBA is #DBF045. Grayscale: #282828. Windows color (decimal): -14413894 or 12193572. OLE color: 12193572.

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

Color convert

RGB 36 15 186 -
CMYK 0.81 0.92 0 0.27
HSL 247.37º 0.85% 0.39% -
HSV(B) 247.37º 0.92% 0.73% -
XYZ 9.76 4.26 46.76 -
YUV 40.77 209.96 124.6 -
System Red Green Blue C M Y K H S L
Decimal 36 15 186 0.81 0.92 0 0.27 247.37 0.85 0.39
Hex 24 F BA 51 5C 0 1B F7 55 27
Octal 44 17 272 121 134 0 33 367 125 47
Binary 100100 1111 10111010 1010001 1011100 0 11011 11110111 1010101 100111

Color Harmonies of #240FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FBA

Black with #240FBA

Text Example


Text Example

White with #240FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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