Html Css Color HEX #240AEE Blue

📋 copy color: '#240AEE'

red 36 ◦ green 10 ◦ blue 238

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

Shades of Blue #240AEE

Tints of Blue #240AEE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.52%

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

R = 12.68%
G = 3.52%
B = 83.8%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#240AEE (or 0x240AEE) is known color: Blue. HEX triplet: 24, 0A and EE. RGB value is (36,10,238). Sum of RGB (Red+Green+Blue) = 36+10+238=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #240AEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240AEE is #DBF511. Grayscale: #2A2A2A. Windows color (decimal): -14415122 or 15600164. OLE color: 15600164.

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

Color convert

RGB 36 10 238 -
CMYK 0.85 0.96 0 0.07
HSL 246.84º 0.92% 0.49% -
HSV(B) 246.84º 0.96% 0.93% -
XYZ 16.27 6.77 81.34 -
YUV 43.77 237.61 122.46 -
System Red Green Blue C M Y K H S L
Decimal 36 10 238 0.85 0.96 0 0.07 246.84 0.92 0.49
Hex 24 A EE 55 60 0 7 F7 5C 31
Octal 44 12 356 125 140 0 7 367 134 61
Binary 100100 1010 11101110 1010101 1100000 0 111 11110111 1011100 110001

Color Harmonies of #240AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AEE

Black with #240AEE

Text Example


Text Example

White with #240AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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