Html Css Color HEX #240CCB Medium Blue

📋 copy color: '#240CCB'

red 36 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #240CCB

Tints of Medium Blue #240CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.88%

R = 14.34%
G = 4.78%
B = 80.88%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#240CCB (or 0x240CCB) is known color: Medium Blue. HEX triplet: 24, 0C and CB. RGB value is (36,12,203). Sum of RGB (Red+Green+Blue) = 36+12+203=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #240CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CCB is #DBF334. Grayscale: #282828. Windows color (decimal): -14414645 or 13306916. OLE color: 13306916.

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

Color convert

RGB 36 12 203 -
CMYK 0.82 0.94 0 0.20
HSL 247.54º 0.89% 0.42% -
HSV(B) 247.54º 0.94% 0.8% -
XYZ 11.64 4.95 56.84 -
YUV 40.95 219.45 124.47 -
System Red Green Blue C M Y K H S L
Decimal 36 12 203 0.82 0.94 0 0.20 247.54 0.89 0.42
Hex 24 C CB 52 5E 0 14 F8 59 2A
Octal 44 14 313 122 136 0 24 370 131 52
Binary 100100 1100 11001011 1010010 1011110 0 10100 11111000 1011001 101010

Color Harmonies of #240CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CCB

Black with #240CCB

Text Example


Text Example

White with #240CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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