Html Css Color HEX #241BDD Medium Blue

📋 copy color: '#241BDD'

red 36 ◦ green 27 ◦ blue 221

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

Shades of Medium Blue #241BDD

Tints of Medium Blue #241BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.82%

R = 12.68%
G = 9.51%
B = 77.82%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#241BDD (or 0x241BDD) is known color: Medium Blue. HEX triplet: 24, 1B and DD. RGB value is (36,27,221). Sum of RGB (Red+Green+Blue) = 36+27+221=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #241BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BDD is #DBE422. Grayscale: #333333. Windows color (decimal): -14410787 or 14490404. OLE color: 14490404.

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

Color convert

RGB 36 27 221 -
CMYK 0.84 0.88 0 0.13
HSL 242.78º 0.78% 0.49% -
HSV(B) 242.78º 0.88% 0.87% -
XYZ 14.17 6.38 68.89 -
YUV 51.81 223.48 116.73 -
System Red Green Blue C M Y K H S L
Decimal 36 27 221 0.84 0.88 0 0.13 242.78 0.78 0.49
Hex 24 1B DD 54 58 0 D F3 4E 31
Octal 44 33 335 124 130 0 15 363 116 61
Binary 100100 11011 11011101 1010100 1011000 0 1101 11110011 1001110 110001

Color Harmonies of #241BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BDD

Black with #241BDD

Text Example


Text Example

White with #241BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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