Html Css Color HEX #240CDA Medium Blue

📋 copy color: '#240CDA'

red 36 ◦ green 12 ◦ blue 218

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

Shades of Medium Blue #240CDA

Tints of Medium Blue #240CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 81.95%

R = 13.53%
G = 4.51%
B = 81.95%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#240CDA (or 0x240CDA) is known color: Medium Blue. HEX triplet: 24, 0C and DA. RGB value is (36,12,218). Sum of RGB (Red+Green+Blue) = 36+12+218=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #240CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CDA is #DBF325. Grayscale: #292929. Windows color (decimal): -14414630 or 14289956. OLE color: 14289956.

HSL color Cylindrical-coordinate representation of color #240CDA: hue angle of 246.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240CDA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 12 218 -
CMYK 0.83 0.94 0 0.15
HSL 246.99º 0.9% 0.45% -
HSV(B) 246.99º 0.94% 0.85% -
XYZ 13.51 5.7 66.72 -
YUV 42.66 226.95 123.25 -
System Red Green Blue C M Y K H S L
Decimal 36 12 218 0.83 0.94 0 0.15 246.99 0.9 0.45
Hex 24 C DA 53 5E 0 F F7 5A 2D
Octal 44 14 332 123 136 0 17 367 132 55
Binary 100100 1100 11011010 1010011 1011110 0 1111 11110111 1011010 101101

Color Harmonies of #240CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CDA

Black with #240CDA

Text Example


Text Example

White with #240CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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