Html Css Color HEX #240DFB Blue

📋 copy color: '#240DFB'

red 36 ◦ green 13 ◦ blue 251

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

Shades of Blue #240DFB

Tints of Blue #240DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

 BLUE value IS 251 (98.44% from 255) = 83.67%

R = 12%
G = 4.33%
B = 83.67%

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

#240DFB (or 0x240DFB) is known color: Blue. HEX triplet: 24, 0D and FB. RGB value is (36,13,251). Sum of RGB (Red+Green+Blue) = 36+13+251=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #240DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #240DFB is #DBF204. Grayscale: #2E2E2E. Windows color (decimal): -14414341 or 16452900. OLE color: 16452900.

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

Color convert

RGB 36 13 251 -
CMYK 0.86 0.95 0 0.02
HSL 245.8º 0.97% 0.52% -
HSV(B) 245.8º 0.95% 0.98% -
XYZ 18.28 7.63 91.78 -
YUV 47.01 243.12 120.15 -
System Red Green Blue C M Y K H S L
Decimal 36 13 251 0.86 0.95 0 0.02 245.8 0.97 0.52
Hex 24 D FB 56 5F 0 2 F6 61 34
Octal 44 15 373 126 137 0 2 366 141 64
Binary 100100 1101 11111011 1010110 1011111 0 10 11110110 1100001 110100

Color Harmonies of #240DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DFB

Black with #240DFB

Text Example


Text Example

White with #240DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,13,251); }

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

background-color css

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

 a { background-color: rgb(36,13,251); }

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

border-color css

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

 span { border-color: rgb(36,13,251); }

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