Html Css Color HEX #240FF1 Blue

📋 copy color: '#240FF1'

red 36 ◦ green 15 ◦ blue 241

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

Shades of Blue #240FF1

Tints of Blue #240FF1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

 BLUE value IS 241 (94.53% from 255) = 82.53%

R = 12.33%
G = 5.14%
B = 82.53%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#240FF1 (or 0x240FF1) is known color: Blue. HEX triplet: 24, 0F and F1. RGB value is (36,15,241). Sum of RGB (Red+Green+Blue) = 36+15+241=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 241 (94.53% from 255 or 82.53% from 292); Max value from RGB is 241 - color contains mainly: blue. Hex color #240FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240FF1 is #DBF00E. Grayscale: #2E2E2E. Windows color (decimal): -14413839 or 15798052. OLE color: 15798052.

HSL color Cylindrical-coordinate representation of color #240FF1: hue angle of 245.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240FF1 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 15 241 -
CMYK 0.85 0.94 0 0.05
HSL 245.58º 0.89% 0.5% -
HSV(B) 245.58º 0.94% 0.95% -
XYZ 16.78 7.07 83.7 -
YUV 47.04 237.46 120.12 -
System Red Green Blue C M Y K H S L
Decimal 36 15 241 0.85 0.94 0 0.05 245.58 0.89 0.5
Hex 24 F F1 55 5E 0 5 F6 59 32
Octal 44 17 361 125 136 0 5 366 131 62
Binary 100100 1111 11110001 1010101 1011110 0 101 11110110 1011001 110010

Color Harmonies of #240FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FF1

Black with #240FF1

Text Example


Text Example

White with #240FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,15,241); }

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

background-color css

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

 a { background-color: rgb(36,15,241); }

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

border-color css

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

 span { border-color: rgb(36,15,241); }

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