Html Css Color HEX #270FBB Medium Blue

📋 copy color: '#270FBB'

red 39 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #270FBB

Tints of Medium Blue #270FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

 BLUE value IS 187 (73.44% from 255) = 77.59%

R = 16.18%
G = 6.22%
B = 77.59%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#270FBB (or 0x270FBB) is known color: Medium Blue. HEX triplet: 27, 0F and BB. RGB value is (39,15,187). Sum of RGB (Red+Green+Blue) = 39+15+187=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #270FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270FBB is #D8F044. Grayscale: #292929. Windows color (decimal): -14217285 or 12259111. OLE color: 12259111.

HSL color Cylindrical-coordinate representation of color #270FBB: hue angle of 248.37º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270FBB is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 15 187 -
CMYK 0.79 0.92 0 0.27
HSL 248.37º 0.85% 0.4% -
HSV(B) 248.37º 0.92% 0.73% -
XYZ 9.98 4.36 47.33 -
YUV 41.78 209.95 126.01 -
System Red Green Blue C M Y K H S L
Decimal 39 15 187 0.79 0.92 0 0.27 248.37 0.85 0.4
Hex 27 F BB 4F 5C 0 1B F8 55 28
Octal 47 17 273 117 134 0 33 370 125 50
Binary 100111 1111 10111011 1001111 1011100 0 11011 11111000 1010101 101000

Color Harmonies of #270FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270FBB

Black with #270FBB

Text Example


Text Example

White with #270FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,15,187); }

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

background-color css

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

 a { background-color: rgb(39,15,187); }

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

border-color css

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

 span { border-color: rgb(39,15,187); }

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