Html Css Color HEX #270DCB Medium Blue

📋 copy color: '#270DCB'

red 39 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #270DCB

Tints of Medium Blue #270DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 79.61%

R = 15.29%
G = 5.1%
B = 79.61%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#270DCB (or 0x270DCB) is known color: Medium Blue. HEX triplet: 27, 0D and CB. RGB value is (39,13,203). Sum of RGB (Red+Green+Blue) = 39+13+203=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #270DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270DCB is #D8F234. Grayscale: #292929. Windows color (decimal): -14217781 or 13307175. OLE color: 13307175.

HSL color Cylindrical-coordinate representation of color #270DCB: hue angle of 248.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270DCB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 13 203 -
CMYK 0.81 0.94 0 0.20
HSL 248.21º 0.88% 0.42% -
HSV(B) 248.21º 0.94% 0.8% -
XYZ 11.76 5.03 56.85 -
YUV 42.43 218.61 125.55 -
System Red Green Blue C M Y K H S L
Decimal 39 13 203 0.81 0.94 0 0.20 248.21 0.88 0.42
Hex 27 D CB 51 5E 0 14 F8 58 2A
Octal 47 15 313 121 136 0 24 370 130 52
Binary 100111 1101 11001011 1010001 1011110 0 10100 11111000 1011000 101010

Color Harmonies of #270DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270DCB

Black with #270DCB

Text Example


Text Example

White with #270DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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