Html Css Color HEX #240AFF Blue

📋 copy color: '#240AFF'

red 36 ◦ green 10 ◦ blue 255

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

Shades of Blue #240AFF

Tints of Blue #240AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 84.72%

R = 11.96%
G = 3.32%
B = 84.72%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#240AFF (or 0x240AFF) is known color: Blue. HEX triplet: 24, 0A and FF. RGB value is (36,10,255). Sum of RGB (Red+Green+Blue) = 36+10+255=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #240AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240AFF is #DBF500. Grayscale: #2C2C2C. Windows color (decimal): -14415105 or 16714276. OLE color: 16714276.

HSL color Cylindrical-coordinate representation of color #240AFF: hue angle of 246.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240AFF is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 10 255 -
CMYK 0.86 0.96 0 0
HSL 246.37º 1% 0.52% -
HSV(B) 246.37º 0.96% 1% -
XYZ 18.89 7.81 95.12 -
YUV 45.7 246.11 121.08 -
System Red Green Blue C M Y K H S L
Decimal 36 10 255 0.86 0.96 0 0 246.37 1 0.52
Hex 24 A FF 56 60 0 0 F6 64 34
Octal 44 12 377 126 140 0 0 366 144 64
Binary 100100 1010 11111111 1010110 1100000 0 0 11110110 1100100 110100

Color Harmonies of #240AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AFF

Black with #240AFF

Text Example


Text Example

White with #240AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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