Html Css Color HEX #270CDD Medium Blue

📋 copy color: '#270CDD'

red 39 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #270CDD

Tints of Medium Blue #270CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

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

R = 14.34%
G = 4.41%
B = 81.25%

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

#270CDD (or 0x270CDD) is known color: Medium Blue. HEX triplet: 27, 0C and DD. RGB value is (39,12,221). Sum of RGB (Red+Green+Blue) = 39+12+221=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #270CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270CDD is #D8F322. Grayscale: #2B2B2B. Windows color (decimal): -14218019 or 14486567. OLE color: 14486567.

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

Color convert

RGB 39 12 221 -
CMYK 0.82 0.95 0 0.13
HSL 247.75º 0.9% 0.46% -
HSV(B) 247.75º 0.95% 0.87% -
XYZ 14.02 5.91 68.81 -
YUV 43.9 227.95 124.51 -
System Red Green Blue C M Y K H S L
Decimal 39 12 221 0.82 0.95 0 0.13 247.75 0.9 0.46
Hex 27 C DD 52 5F 0 D F8 5A 2E
Octal 47 14 335 122 137 0 15 370 132 56
Binary 100111 1100 11011101 1010010 1011111 0 1101 11111000 1011010 101110

Color Harmonies of #270CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270CDD

Black with #270CDD

Text Example


Text Example

White with #270CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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