Html Css Color HEX #240CEE Blue

📋 copy color: '#240CEE'

red 36 ◦ green 12 ◦ blue 238

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

Shades of Blue #240CEE

Tints of Blue #240CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 83.22%

R = 12.59%
G = 4.2%
B = 83.22%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#240CEE (or 0x240CEE) is known color: Blue. HEX triplet: 24, 0C and EE. RGB value is (36,12,238). Sum of RGB (Red+Green+Blue) = 36+12+238=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 238 (93.36% from 255 or 83.22% from 286); Max value from RGB is 238 - color contains mainly: blue. Hex color #240CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CEE is #DBF311. Grayscale: #2C2C2C. Windows color (decimal): -14414610 or 15600676. OLE color: 15600676.

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

Color convert

RGB 36 12 238 -
CMYK 0.85 0.95 0 0.07
HSL 246.37º 0.9% 0.49% -
HSV(B) 246.37º 0.95% 0.93% -
XYZ 16.29 6.81 81.34 -
YUV 44.94 236.95 121.62 -
System Red Green Blue C M Y K H S L
Decimal 36 12 238 0.85 0.95 0 0.07 246.37 0.9 0.49
Hex 24 C EE 55 5F 0 7 F6 5A 31
Octal 44 14 356 125 137 0 7 366 132 61
Binary 100100 1100 11101110 1010101 1011111 0 111 11110110 1011010 110001

Color Harmonies of #240CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CEE

Black with #240CEE

Text Example


Text Example

White with #240CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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