Html Css Color HEX #240FCD Medium Blue

📋 copy color: '#240FCD'

red 36 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #240FCD

Tints of Medium Blue #240FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.08%

R = 14.06%
G = 5.86%
B = 80.08%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#240FCD (or 0x240FCD) is known color: Medium Blue. HEX triplet: 24, 0F and CD. RGB value is (36,15,205). Sum of RGB (Red+Green+Blue) = 36+15+205=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #240FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240FCD is #DBF032. Grayscale: #2A2A2A. Windows color (decimal): -14413875 or 13438756. OLE color: 13438756.

HSL color Cylindrical-coordinate representation of color #240FCD: hue angle of 246.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240FCD is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 15 205 -
CMYK 0.82 0.93 0 0.20
HSL 246.63º 0.86% 0.43% -
HSV(B) 246.63º 0.93% 0.8% -
XYZ 11.92 5.12 58.12 -
YUV 42.94 219.46 123.05 -
System Red Green Blue C M Y K H S L
Decimal 36 15 205 0.82 0.93 0 0.20 246.63 0.86 0.43
Hex 24 F CD 52 5D 0 14 F7 56 2B
Octal 44 17 315 122 135 0 24 367 126 53
Binary 100100 1111 11001101 1010010 1011101 0 10100 11110111 1010110 101011

Color Harmonies of #240FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240FCD

Black with #240FCD

Text Example


Text Example

White with #240FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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