Html Css Color HEX #270BCC Medium Blue

📋 copy color: '#270BCC'

red 39 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #270BCC

Tints of Medium Blue #270BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.33%

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

R = 15.35%
G = 4.33%
B = 80.31%

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

#270BCC (or 0x270BCC) is known color: Medium Blue. HEX triplet: 27, 0B and CC. RGB value is (39,11,204). Sum of RGB (Red+Green+Blue) = 39+11+204=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #270BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BCC is #D8F433. Grayscale: #282828. Windows color (decimal): -14218292 or 13372199. OLE color: 13372199.

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

Color convert

RGB 39 11 204 -
CMYK 0.81 0.95 0 0.2
HSL 248.7º 0.9% 0.42% -
HSV(B) 248.7º 0.95% 0.8% -
XYZ 11.86 5.03 57.47 -
YUV 41.37 219.78 126.31 -
System Red Green Blue C M Y K H S L
Decimal 39 11 204 0.81 0.95 0 0.2 248.7 0.9 0.42
Hex 27 B CC 51 5F 0 14 F9 5A 2A
Octal 47 13 314 121 137 0 24 371 132 52
Binary 100111 1011 11001100 1010001 1011111 0 10100 11111001 1011010 101010

Color Harmonies of #270BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270BCC

Black with #270BCC

Text Example


Text Example

White with #270BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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