Html Css Color HEX #240CF2 Blue

📋 copy color: '#240CF2'

red 36 ◦ green 12 ◦ blue 242

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

Shades of Blue #240CF2

Tints of Blue #240CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 83.45%

R = 12.41%
G = 4.14%
B = 83.45%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#240CF2 (or 0x240CF2) is known color: Blue. HEX triplet: 24, 0C and F2. RGB value is (36,12,242). Sum of RGB (Red+Green+Blue) = 36+12+242=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 242 (94.92% from 255 or 83.45% from 290); Max value from RGB is 242 - color contains mainly: blue. Hex color #240CF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CF2 is #DBF30D. Grayscale: #2C2C2C. Windows color (decimal): -14414606 or 15862820. OLE color: 15862820.

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

Color convert

RGB 36 12 242 -
CMYK 0.85 0.95 0 0.05
HSL 246.26º 0.91% 0.5% -
HSV(B) 246.26º 0.95% 0.95% -
XYZ 16.89 7.05 84.47 -
YUV 45.4 238.95 121.3 -
System Red Green Blue C M Y K H S L
Decimal 36 12 242 0.85 0.95 0 0.05 246.26 0.91 0.5
Hex 24 C F2 55 5F 0 5 F6 5B 32
Octal 44 14 362 125 137 0 5 366 133 62
Binary 100100 1100 11110010 1010101 1011111 0 101 11110110 1011011 110010

Color Harmonies of #240CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CF2

Black with #240CF2

Text Example


Text Example

White with #240CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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