Html Css Color HEX #270ACC Medium Blue

📋 copy color: '#270ACC'

red 39 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #270ACC

Tints of Medium Blue #270ACC

RGB

 RED value IS 39 (15.63% from 255) = 15.42%

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

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

R = 15.42%
G = 3.95%
B = 80.63%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#270ACC (or 0x270ACC) is known color: Medium Blue. HEX triplet: 27, 0A and CC. RGB value is (39,10,204). Sum of RGB (Red+Green+Blue) = 39+10+204=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #270ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ACC is #D8F533. Grayscale: #282828. Windows color (decimal): -14218548 or 13371943. OLE color: 13371943.

HSL color Cylindrical-coordinate representation of color #270ACC: hue angle of 248.97º degrees, saturation: 0.91, 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 #270ACC is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 10 204 -
CMYK 0.81 0.95 0 0.2
HSL 248.97º 0.91% 0.42% -
HSV(B) 248.97º 0.95% 0.8% -
XYZ 11.84 5.01 57.47 -
YUV 40.79 220.11 126.73 -
System Red Green Blue C M Y K H S L
Decimal 39 10 204 0.81 0.95 0 0.2 248.97 0.91 0.42
Hex 27 A CC 51 5F 0 14 F9 5B 2A
Octal 47 12 314 121 137 0 24 371 133 52
Binary 100111 1010 11001100 1010001 1011111 0 10100 11111001 1011011 101010

Color Harmonies of #270ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270ACC

Black with #270ACC

Text Example


Text Example

White with #270ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270ACC; }

 p { color: rgb(39,10,204); }

 H1.HeaderClassName
 {
   color: #270ACC;
 }
 .AnyTagClassName
 {
   color: #270ACC;
 }
</style>

background-color css

<style>
 a { background-color: #270ACC; }

 a { background-color: rgb(39,10,204); }

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

border-color css

<style>
 span { border-color: #270ACC; }

 span { border-color: rgb(39,10,204); }

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