Html Css Color HEX #240FCF Medium Blue

📋 copy color: '#240FCF'

red 36 ◦ green 15 ◦ blue 207

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

Shades of Medium Blue #240FCF

Tints of Medium Blue #240FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.23%

R = 13.95%
G = 5.81%
B = 80.23%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#240FCF (or 0x240FCF) is known color: Medium Blue. HEX triplet: 24, 0F and CF. RGB value is (36,15,207). Sum of RGB (Red+Green+Blue) = 36+15+207=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #240FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FCF is #DBF030. Grayscale: #2A2A2A. Windows color (decimal): -14413873 or 13569828. OLE color: 13569828.

HSL color Cylindrical-coordinate representation of color #240FCF: hue angle of 246.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FCF is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 15 207 -
CMYK 0.83 0.93 0 0.19
HSL 246.56º 0.86% 0.44% -
HSV(B) 246.56º 0.93% 0.81% -
XYZ 12.16 5.22 59.4 -
YUV 43.17 220.46 122.89 -
System Red Green Blue C M Y K H S L
Decimal 36 15 207 0.83 0.93 0 0.19 246.56 0.86 0.44
Hex 24 F CF 53 5D 0 13 F7 56 2C
Octal 44 17 317 123 135 0 23 367 126 54
Binary 100100 1111 11001111 1010011 1011101 0 10011 11110111 1010110 101100

Color Harmonies of #240FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FCF

Black with #240FCF

Text Example


Text Example

White with #240FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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