Html Css Color HEX #240BCC Medium Blue

📋 copy color: '#240BCC'

red 36 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #240BCC

Tints of Medium Blue #240BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

 BLUE value IS 204 (80.08% from 255) = 81.27%

R = 14.34%
G = 4.38%
B = 81.27%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#240BCC (or 0x240BCC) is known color: Medium Blue. HEX triplet: 24, 0B and CC. RGB value is (36,11,204). Sum of RGB (Red+Green+Blue) = 36+11+204=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #240BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BCC is #DBF433. Grayscale: #272727. Windows color (decimal): -14414900 or 13372196. OLE color: 13372196.

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

Color convert

RGB 36 11 204 -
CMYK 0.82 0.95 0 0.2
HSL 247.77º 0.9% 0.42% -
HSV(B) 247.77º 0.95% 0.8% -
XYZ 11.75 4.97 57.47 -
YUV 40.48 220.28 124.81 -
System Red Green Blue C M Y K H S L
Decimal 36 11 204 0.82 0.95 0 0.2 247.77 0.9 0.42
Hex 24 B CC 52 5F 0 14 F8 5A 2A
Octal 44 13 314 122 137 0 24 370 132 52
Binary 100100 1011 11001100 1010010 1011111 0 10100 11111000 1011010 101010

Color Harmonies of #240BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BCC

Black with #240BCC

Text Example


Text Example

White with #240BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,204); }

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

background-color css

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

 a { background-color: rgb(36,11,204); }

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

border-color css

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

 span { border-color: rgb(36,11,204); }

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