Html Css Color HEX #240AF8 Blue

📋 copy color: '#240AF8'

red 36 ◦ green 10 ◦ blue 248

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

Shades of Blue #240AF8

Tints of Blue #240AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 84.35%

R = 12.24%
G = 3.4%
B = 84.35%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#240AF8 (or 0x240AF8) is known color: Blue. HEX triplet: 24, 0A and F8. RGB value is (36,10,248). Sum of RGB (Red+Green+Blue) = 36+10+248=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 248 (97.27% from 255 or 84.35% from 294); Max value from RGB is 248 - color contains mainly: blue. Hex color #240AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240AF8 is #DBF507. Grayscale: #2B2B2B. Windows color (decimal): -14415112 or 16255524. OLE color: 16255524.

HSL color Cylindrical-coordinate representation of color #240AF8: hue angle of 246.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240AF8 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 36 10 248 -
CMYK 0.85 0.96 0 0.03
HSL 246.55º 0.94% 0.51% -
HSV(B) 246.55º 0.96% 0.97% -
XYZ 17.78 7.37 89.29 -
YUV 44.91 242.61 121.65 -
System Red Green Blue C M Y K H S L
Decimal 36 10 248 0.85 0.96 0 0.03 246.55 0.94 0.51
Hex 24 A F8 55 60 0 3 F7 5E 33
Octal 44 12 370 125 140 0 3 367 136 63
Binary 100100 1010 11111000 1010101 1100000 0 11 11110111 1011110 110011

Color Harmonies of #240AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240AF8

Black with #240AF8

Text Example


Text Example

White with #240AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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