Html Css Color HEX #270DC6 Medium Blue

📋 copy color: '#270DC6'

red 39 ◦ green 13 ◦ blue 198

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

Shades of Medium Blue #270DC6

Tints of Medium Blue #270DC6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.2%

 BLUE value IS 198 (77.73% from 255) = 79.2%

R = 15.6%
G = 5.2%
B = 79.2%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#270DC6 (or 0x270DC6) is known color: Medium Blue. HEX triplet: 27, 0D and C6. RGB value is (39,13,198). Sum of RGB (Red+Green+Blue) = 39+13+198=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 198 (77.73% from 255 or 79.2% from 250); Max value from RGB is 198 - color contains mainly: blue. Hex color #270DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DC6 is #D8F239. Grayscale: #292929. Windows color (decimal): -14217786 or 12979495. OLE color: 12979495.

HSL color Cylindrical-coordinate representation of color #270DC6: hue angle of 248.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270DC6 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 13 198 -
CMYK 0.80 0.93 0 0.22
HSL 248.43º 0.88% 0.41% -
HSV(B) 248.43º 0.93% 0.78% -
XYZ 11.17 4.8 53.76 -
YUV 41.86 216.11 125.96 -
System Red Green Blue C M Y K H S L
Decimal 39 13 198 0.80 0.93 0 0.22 248.43 0.88 0.41
Hex 27 D C6 50 5D 0 16 F8 58 29
Octal 47 15 306 120 135 0 26 370 130 51
Binary 100111 1101 11000110 1010000 1011101 0 10110 11111000 1011000 101001

Color Harmonies of #270DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270DC6

Black with #270DC6

Text Example


Text Example

White with #270DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,13,198); }

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

background-color css

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

 a { background-color: rgb(39,13,198); }

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

border-color css

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

 span { border-color: rgb(39,13,198); }

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