Html Css Color HEX #270ABC Medium Blue

📋 copy color: '#270ABC'

red 39 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #270ABC

Tints of Medium Blue #270ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 16.46%
G = 4.22%
B = 79.32%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#270ABC (or 0x270ABC) is known color: Medium Blue. HEX triplet: 27, 0A and BC. RGB value is (39,10,188). Sum of RGB (Red+Green+Blue) = 39+10+188=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #270ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270ABC is #D8F543. Grayscale: #262626. Windows color (decimal): -14218564 or 12323367. OLE color: 12323367.

HSL color Cylindrical-coordinate representation of color #270ABC: hue angle of 249.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270ABC is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 10 188 -
CMYK 0.79 0.95 0 0.26
HSL 249.78º 0.9% 0.39% -
HSV(B) 249.78º 0.95% 0.74% -
XYZ 10.02 4.28 47.87 -
YUV 38.96 212.11 128.03 -
System Red Green Blue C M Y K H S L
Decimal 39 10 188 0.79 0.95 0 0.26 249.78 0.9 0.39
Hex 27 A BC 4F 5F 0 1A FA 5A 27
Octal 47 12 274 117 137 0 32 372 132 47
Binary 100111 1010 10111100 1001111 1011111 0 11010 11111010 1011010 100111

Color Harmonies of #270ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270ABC

Black with #270ABC

Text Example


Text Example

White with #270ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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