Html Css Color HEX #0028DF Medium Blue

📋 copy color: '#0028DF'

red 0 ◦ green 40 ◦ blue 223

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

Shades of Medium Blue #0028DF

Tints of Medium Blue #0028DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

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

R = 0%
G = 15.21%
B = 84.79%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0028DF (or 0x0028DF) is known color: Medium Blue. HEX triplet: 00, 28 and DF. RGB value is (0,40,223). Sum of RGB (Red+Green+Blue) = 0+40+223=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 223 (87.5% from 255 or 84.79% from 263); Max value from RGB is 223 - color contains mainly: blue. Hex color #0028DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028DF is #FFD720. Grayscale: #303030. Windows color (decimal): -16766753 or 14624768. OLE color: 14624768.

HSL color Cylindrical-coordinate representation of color #0028DF: hue angle of 229.24º 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 #0028DF is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 40 223 -
CMYK 1 0.82 0 0.13
HSL 229.24º 1% 0.44% -
HSV(B) 229.24º 1% 0.87% -
XYZ 14.08 6.85 70.39 -
YUV 48.9 226.25 93.12 -
System Red Green Blue C M Y K H S L
Decimal 0 40 223 1 0.82 0 0.13 229.24 1 0.44
Hex 0 28 DF 64 52 0 D E5 64 2C
Octal 0 50 337 144 122 0 15 345 144 54
Binary 0 101000 11011111 1100100 1010010 0 1101 11100101 1100100 101100

Color Harmonies of #0028DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0028DF

Black with #0028DF

Text Example


Text Example

White with #0028DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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