Html Css Color HEX #270AD6 Medium Blue

📋 copy color: '#270AD6'

red 39 ◦ green 10 ◦ blue 214

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

Shades of Medium Blue #270AD6

Tints of Medium Blue #270AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 81.37%

R = 14.83%
G = 3.8%
B = 81.37%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#270AD6 (or 0x270AD6) is known color: Medium Blue. HEX triplet: 27, 0A and D6. RGB value is (39,10,214). Sum of RGB (Red+Green+Blue) = 39+10+214=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 214 (83.98% from 255 or 81.37% from 263); Max value from RGB is 214 - color contains mainly: blue. Hex color #270AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270AD6 is #D8F529. Grayscale: #292929. Windows color (decimal): -14218538 or 14027303. OLE color: 14027303.

HSL color Cylindrical-coordinate representation of color #270AD6: hue angle of 248.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270AD6 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 10 214 -
CMYK 0.82 0.95 0 0.16
HSL 248.53º 0.91% 0.44% -
HSV(B) 248.53º 0.95% 0.84% -
XYZ 13.08 5.5 63.99 -
YUV 41.93 225.11 125.91 -
System Red Green Blue C M Y K H S L
Decimal 39 10 214 0.82 0.95 0 0.16 248.53 0.91 0.44
Hex 27 A D6 52 5F 0 10 F9 5B 2C
Octal 47 12 326 122 137 0 20 371 133 54
Binary 100111 1010 11010110 1010010 1011111 0 10000 11111001 1011011 101100

Color Harmonies of #270AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270AD6

Black with #270AD6

Text Example


Text Example

White with #270AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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