Html Css Color HEX #240CFA Blue

📋 copy color: '#240CFA'

red 36 ◦ green 12 ◦ blue 250

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

Shades of Blue #240CFA

Tints of Blue #240CFA

RGB

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

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

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

R = 12.08%
G = 4.03%
B = 83.89%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#240CFA (or 0x240CFA) is known color: Blue. HEX triplet: 24, 0C and FA. RGB value is (36,12,250). Sum of RGB (Red+Green+Blue) = 36+12+250=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #240CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240CFA is #DBF305. Grayscale: #2D2D2D. Windows color (decimal): -14414598 or 16387108. OLE color: 16387108.

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

Color convert

RGB 36 12 250 -
CMYK 0.86 0.95 0 0.02
HSL 246.05º 0.96% 0.51% -
HSV(B) 246.05º 0.95% 0.98% -
XYZ 18.11 7.54 90.94 -
YUV 46.31 242.95 120.65 -
System Red Green Blue C M Y K H S L
Decimal 36 12 250 0.86 0.95 0 0.02 246.05 0.96 0.51
Hex 24 C FA 56 5F 0 2 F6 60 33
Octal 44 14 372 126 137 0 2 366 140 63
Binary 100100 1100 11111010 1010110 1011111 0 10 11110110 1100000 110011

Color Harmonies of #240CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CFA

Black with #240CFA

Text Example


Text Example

White with #240CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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