Html Css Color HEX #240DBC Medium Blue

📋 copy color: '#240DBC'

red 36 ◦ green 13 ◦ blue 188

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

Shades of Medium Blue #240DBC

Tints of Medium Blue #240DBC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.49%

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

R = 15.19%
G = 5.49%
B = 79.32%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#240DBC (or 0x240DBC) is known color: Medium Blue. HEX triplet: 24, 0D and BC. RGB value is (36,13,188). Sum of RGB (Red+Green+Blue) = 36+13+188=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #240DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DBC is #DBF243. Grayscale: #272727. Windows color (decimal): -14414404 or 12324132. OLE color: 12324132.

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

Color convert

RGB 36 13 188 -
CMYK 0.81 0.93 0 0.26
HSL 247.89º 0.87% 0.39% -
HSV(B) 247.89º 0.93% 0.74% -
XYZ 9.95 4.29 47.88 -
YUV 39.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 36 13 188 0.81 0.93 0 0.26 247.89 0.87 0.39
Hex 24 D BC 51 5D 0 1A F8 57 27
Octal 44 15 274 121 135 0 32 370 127 47
Binary 100100 1101 10111100 1010001 1011101 0 11010 11111000 1010111 100111

Color Harmonies of #240DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DBC

Black with #240DBC

Text Example


Text Example

White with #240DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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