Html Css Color HEX #241BDB Medium Blue

📋 copy color: '#241BDB'

red 36 ◦ green 27 ◦ blue 219

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

Shades of Medium Blue #241BDB

Tints of Medium Blue #241BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.57%

 BLUE value IS 219 (85.94% from 255) = 77.66%

R = 12.77%
G = 9.57%
B = 77.66%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#241BDB (or 0x241BDB) is known color: Medium Blue. HEX triplet: 24, 1B and DB. RGB value is (36,27,219). Sum of RGB (Red+Green+Blue) = 36+27+219=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #241BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BDB is #DBE424. Grayscale: #323232. Windows color (decimal): -14410789 or 14359332. OLE color: 14359332.

HSL color Cylindrical-coordinate representation of color #241BDB: hue angle of 242.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241BDB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 27 219 -
CMYK 0.84 0.88 0 0.14
HSL 242.81º 0.78% 0.48% -
HSV(B) 242.81º 0.88% 0.86% -
XYZ 13.91 6.27 67.5 -
YUV 51.58 222.48 116.89 -
System Red Green Blue C M Y K H S L
Decimal 36 27 219 0.84 0.88 0 0.14 242.81 0.78 0.48
Hex 24 1B DB 54 58 0 E F3 4E 30
Octal 44 33 333 124 130 0 16 363 116 60
Binary 100100 11011 11011011 1010100 1011000 0 1110 11110011 1001110 110000

Color Harmonies of #241BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BDB

Black with #241BDB

Text Example


Text Example

White with #241BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241BDB; }

 p { color: rgb(36,27,219); }

 H1.HeaderClassName
 {
   color: #241BDB;
 }
 .AnyTagClassName
 {
   color: #241BDB;
 }
</style>

background-color css

<style>
 a { background-color: #241BDB; }

 a { background-color: rgb(36,27,219); }

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

border-color css

<style>
 span { border-color: #241BDB; }

 span { border-color: rgb(36,27,219); }

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