Html Css Color HEX #270BDD Medium Blue

📋 copy color: '#270BDD'

red 39 ◦ green 11 ◦ blue 221

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

Shades of Medium Blue #270BDD

Tints of Medium Blue #270BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.55%

R = 14.39%
G = 4.06%
B = 81.55%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#270BDD (or 0x270BDD) is known color: Medium Blue. HEX triplet: 27, 0B and DD. RGB value is (39,11,221). Sum of RGB (Red+Green+Blue) = 39+11+221=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #270BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BDD is #D8F422. Grayscale: #2A2A2A. Windows color (decimal): -14218275 or 14486311. OLE color: 14486311.

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

Color convert

RGB 39 11 221 -
CMYK 0.82 0.95 0 0.13
HSL 248º 0.91% 0.45% -
HSV(B) 248º 0.95% 0.87% -
XYZ 14.01 5.89 68.81 -
YUV 43.31 228.28 124.92 -
System Red Green Blue C M Y K H S L
Decimal 39 11 221 0.82 0.95 0 0.13 248 0.91 0.45
Hex 27 B DD 52 5F 0 D F8 5B 2D
Octal 47 13 335 122 137 0 15 370 133 55
Binary 100111 1011 11011101 1010010 1011111 0 1101 11111000 1011011 101101

Color Harmonies of #270BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270BDD

Black with #270BDD

Text Example


Text Example

White with #270BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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