Html Css Color HEX #240DCF Medium Blue

📋 copy color: '#240DCF'

red 36 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #240DCF

Tints of Medium Blue #240DCF

RGB

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

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

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

R = 14.06%
G = 5.08%
B = 80.86%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#240DCF (or 0x240DCF) is known color: Medium Blue. HEX triplet: 24, 0D and CF. RGB value is (36,13,207). Sum of RGB (Red+Green+Blue) = 36+13+207=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #240DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240DCF is #DBF230. Grayscale: #292929. Windows color (decimal): -14414385 or 13569316. OLE color: 13569316.

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

Color convert

RGB 36 13 207 -
CMYK 0.83 0.94 0 0.19
HSL 247.11º 0.88% 0.43% -
HSV(B) 247.11º 0.94% 0.81% -
XYZ 12.13 5.17 59.39 -
YUV 41.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 36 13 207 0.83 0.94 0 0.19 247.11 0.88 0.43
Hex 24 D CF 53 5E 0 13 F7 58 2B
Octal 44 15 317 123 136 0 23 367 130 53
Binary 100100 1101 11001111 1010011 1011110 0 10011 11110111 1011000 101011

Color Harmonies of #240DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DCF

Black with #240DCF

Text Example


Text Example

White with #240DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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