Html Css Color HEX #240CEB Blue

📋 copy color: '#240CEB'

red 36 ◦ green 12 ◦ blue 235

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

Shades of Blue #240CEB

Tints of Blue #240CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.24%

 BLUE value IS 235 (92.19% from 255) = 83.04%

R = 12.72%
G = 4.24%
B = 83.04%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#240CEB (or 0x240CEB) is known color: Blue. HEX triplet: 24, 0C and EB. RGB value is (36,12,235). Sum of RGB (Red+Green+Blue) = 36+12+235=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #240CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CEB is #DBF314. Grayscale: #2B2B2B. Windows color (decimal): -14414613 or 15404068. OLE color: 15404068.

HSL color Cylindrical-coordinate representation of color #240CEB: hue angle of 246.46º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240CEB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 12 235 -
CMYK 0.85 0.95 0 0.08
HSL 246.46º 0.9% 0.48% -
HSV(B) 246.46º 0.95% 0.92% -
XYZ 15.85 6.64 79.04 -
YUV 44.6 235.45 121.87 -
System Red Green Blue C M Y K H S L
Decimal 36 12 235 0.85 0.95 0 0.08 246.46 0.9 0.48
Hex 24 C EB 55 5F 0 8 F6 5A 30
Octal 44 14 353 125 137 0 10 366 132 60
Binary 100100 1100 11101011 1010101 1011111 0 1000 11110110 1011010 110000

Color Harmonies of #240CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CEB

Black with #240CEB

Text Example


Text Example

White with #240CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,12,235); }

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

background-color css

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

 a { background-color: rgb(36,12,235); }

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

border-color css

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

 span { border-color: rgb(36,12,235); }

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