Html Css Color HEX #240BCA Medium Blue

📋 copy color: '#240BCA'

red 36 ◦ green 11 ◦ blue 202

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

Shades of Medium Blue #240BCA

Tints of Medium Blue #240BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 81.12%

R = 14.46%
G = 4.42%
B = 81.12%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#240BCA (or 0x240BCA) is known color: Medium Blue. HEX triplet: 24, 0B and CA. RGB value is (36,11,202). Sum of RGB (Red+Green+Blue) = 36+11+202=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #240BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240BCA is #DBF435. Grayscale: #272727. Windows color (decimal): -14414902 or 13241124. OLE color: 13241124.

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

Color convert

RGB 36 11 202 -
CMYK 0.82 0.95 0 0.21
HSL 247.85º 0.9% 0.42% -
HSV(B) 247.85º 0.95% 0.79% -
XYZ 11.51 4.88 56.21 -
YUV 40.25 219.28 124.97 -
System Red Green Blue C M Y K H S L
Decimal 36 11 202 0.82 0.95 0 0.21 247.85 0.9 0.42
Hex 24 B CA 52 5F 0 15 F8 5A 2A
Octal 44 13 312 122 137 0 25 370 132 52
Binary 100100 1011 11001010 1010010 1011111 0 10101 11111000 1011010 101010

Color Harmonies of #240BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240BCA

Black with #240BCA

Text Example


Text Example

White with #240BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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