Html Css Color HEX #1B0EDF Medium Blue

📋 copy color: '#1B0EDF'

red 27 ◦ green 14 ◦ blue 223

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

Shades of Medium Blue #1B0EDF

Tints of Medium Blue #1B0EDF

RGB

 RED value IS 27 (10.94% from 255) = 10.23%

 GREEN value IS 14 (5.86% from 255) = 5.3%

 BLUE value IS 223 (87.5% from 255) = 84.47%

R = 10.23%
G = 5.3%
B = 84.47%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B0EDF (or 0x1B0EDF) is known color: Medium Blue. HEX triplet: 1B, 0E and DF. RGB value is (27,14,223). Sum of RGB (Red+Green+Blue) = 27+14+223=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B0EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0EDF is #E4F120. Grayscale: #282828. Windows color (decimal): -15003937 or 14618139. OLE color: 14618139.

HSL color Cylindrical-coordinate representation of color #1B0EDF: hue angle of 243.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0EDF is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 14 223 -
CMYK 0.88 0.94 0 0.13
HSL 243.73º 0.88% 0.46% -
HSV(B) 243.73º 0.94% 0.87% -
XYZ 13.93 5.87 70.21 -
YUV 41.71 230.31 117.51 -
System Red Green Blue C M Y K H S L
Decimal 27 14 223 0.88 0.94 0 0.13 243.73 0.88 0.46
Hex 1B E DF 58 5E 0 D F4 58 2E
Octal 33 16 337 130 136 0 15 364 130 56
Binary 11011 1110 11011111 1011000 1011110 0 1101 11110100 1011000 101110

Color Harmonies of #1B0EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0EDF

Black with #1B0EDF

Text Example


Text Example

White with #1B0EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0EDF; }

 p { color: rgb(27,14,223); }

 H1.HeaderClassName
 {
   color: #1B0EDF;
 }
 .AnyTagClassName
 {
   color: #1B0EDF;
 }
</style>

background-color css

<style>
 a { background-color: #1B0EDF; }

 a { background-color: rgb(27,14,223); }

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

border-color css

<style>
 span { border-color: #1B0EDF; }

 span { border-color: rgb(27,14,223); }

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