Html Css Color HEX #240BFA Blue

📋 copy color: '#240BFA'

red 36 ◦ green 11 ◦ blue 250

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

Shades of Blue #240BFA

Tints of Blue #240BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.7%

 BLUE value IS 250 (98.05% from 255) = 84.18%

R = 12.12%
G = 3.7%
B = 84.18%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#240BFA (or 0x240BFA) is known color: Blue. HEX triplet: 24, 0B and FA. RGB value is (36,11,250). Sum of RGB (Red+Green+Blue) = 36+11+250=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #240BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240BFA is #DBF405. Grayscale: #2C2C2C. Windows color (decimal): -14414854 or 16386852. OLE color: 16386852.

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

Color convert

RGB 36 11 250 -
CMYK 0.86 0.96 0 0.02
HSL 246.28º 0.96% 0.51% -
HSV(B) 246.28º 0.96% 0.98% -
XYZ 18.1 7.52 90.94 -
YUV 45.72 243.28 121.07 -
System Red Green Blue C M Y K H S L
Decimal 36 11 250 0.86 0.96 0 0.02 246.28 0.96 0.51
Hex 24 B FA 56 60 0 2 F6 60 33
Octal 44 13 372 126 140 0 2 366 140 63
Binary 100100 1011 11111010 1010110 1100000 0 10 11110110 1100000 110011

Color Harmonies of #240BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BFA

Black with #240BFA

Text Example


Text Example

White with #240BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,250); }

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

background-color css

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

 a { background-color: rgb(36,11,250); }

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

border-color css

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

 span { border-color: rgb(36,11,250); }

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