Html Css Color HEX #241CED Blue

📋 copy color: '#241CED'

red 36 ◦ green 28 ◦ blue 237

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

Shades of Blue #241CED

Tints of Blue #241CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

 BLUE value IS 237 (92.97% from 255) = 78.74%

R = 11.96%
G = 9.3%
B = 78.74%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#241CED (or 0x241CED) is known color: Blue. HEX triplet: 24, 1C and ED. RGB value is (36,28,237). Sum of RGB (Red+Green+Blue) = 36+28+237=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #241CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #241CED is #DBE312. Grayscale: #353535. Windows color (decimal): -14410515 or 15539236. OLE color: 15539236.

HSL color Cylindrical-coordinate representation of color #241CED: hue angle of 242.3º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #241CED is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 28 237 -
CMYK 0.85 0.88 0 0.07
HSL 242.3º 0.85% 0.52% -
HSV(B) 242.3º 0.88% 0.93% -
XYZ 16.43 7.32 80.67 -
YUV 54.22 231.15 115.01 -
System Red Green Blue C M Y K H S L
Decimal 36 28 237 0.85 0.88 0 0.07 242.3 0.85 0.52
Hex 24 1C ED 55 58 0 7 F2 55 34
Octal 44 34 355 125 130 0 7 362 125 64
Binary 100100 11100 11101101 1010101 1011000 0 111 11110010 1010101 110100

Color Harmonies of #241CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CED

Black with #241CED

Text Example


Text Example

White with #241CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,28,237); }

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

background-color css

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

 a { background-color: rgb(36,28,237); }

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

border-color css

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

 span { border-color: rgb(36,28,237); }

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