Html Css Color HEX #0027DF Medium Blue

📋 copy color: '#0027DF'

red 0 ◦ green 39 ◦ blue 223

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

Shades of Medium Blue #0027DF

Tints of Medium Blue #0027DF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 0%
G = 14.89%
B = 85.11%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0027DF (or 0x0027DF) is known color: Medium Blue. HEX triplet: 00, 27 and DF. RGB value is (0,39,223). Sum of RGB (Red+Green+Blue) = 0+39+223=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #0027DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027DF is #FFD820. Grayscale: #2F2F2F. Windows color (decimal): -16767009 or 14624512. OLE color: 14624512.

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

Color convert

RGB 0 39 223 -
CMYK 1 0.83 0 0.13
HSL 229.51º 1% 0.44% -
HSV(B) 229.51º 1% 0.87% -
XYZ 14.04 6.78 70.38 -
YUV 48.32 226.58 93.54 -
System Red Green Blue C M Y K H S L
Decimal 0 39 223 1 0.83 0 0.13 229.51 1 0.44
Hex 0 27 DF 64 53 0 D E6 64 2C
Octal 0 47 337 144 123 0 15 346 144 54
Binary 0 100111 11011111 1100100 1010011 0 1101 11100110 1100100 101100

Color Harmonies of #0027DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0027DF

Black with #0027DF

Text Example


Text Example

White with #0027DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0027DF; }

 p { color: rgb(0,39,223); }

 H1.HeaderClassName
 {
   color: #0027DF;
 }
 .AnyTagClassName
 {
   color: #0027DF;
 }
</style>

background-color css

<style>
 a { background-color: #0027DF; }

 a { background-color: rgb(0,39,223); }

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

border-color css

<style>
 span { border-color: #0027DF; }

 span { border-color: rgb(0,39,223); }

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