Html Css Color HEX #240ACF Medium Blue

📋 copy color: '#240ACF'

red 36 ◦ green 10 ◦ blue 207

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

Shades of Medium Blue #240ACF

Tints of Medium Blue #240ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

 BLUE value IS 207 (81.25% from 255) = 81.82%

R = 14.23%
G = 3.95%
B = 81.82%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#240ACF (or 0x240ACF) is known color: Medium Blue. HEX triplet: 24, 0A and CF. RGB value is (36,10,207). Sum of RGB (Red+Green+Blue) = 36+10+207=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #240ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240ACF is #DBF530. Grayscale: #272727. Windows color (decimal): -14415153 or 13568548. OLE color: 13568548.

HSL color Cylindrical-coordinate representation of color #240ACF: hue angle of 247.92º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240ACF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 10 207 -
CMYK 0.83 0.95 0 0.19
HSL 247.92º 0.91% 0.43% -
HSV(B) 247.92º 0.95% 0.81% -
XYZ 12.1 5.1 59.38 -
YUV 40.23 222.11 124.98 -
System Red Green Blue C M Y K H S L
Decimal 36 10 207 0.83 0.95 0 0.19 247.92 0.91 0.43
Hex 24 A CF 53 5F 0 13 F8 5B 2B
Octal 44 12 317 123 137 0 23 370 133 53
Binary 100100 1010 11001111 1010011 1011111 0 10011 11111000 1011011 101011

Color Harmonies of #240ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240ACF

Black with #240ACF

Text Example


Text Example

White with #240ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,10,207); }

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

background-color css

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

 a { background-color: rgb(36,10,207); }

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

border-color css

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

 span { border-color: rgb(36,10,207); }

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