Html Css Color HEX #0029DF Medium Blue

📋 copy color: '#0029DF'

red 0 ◦ green 41 ◦ blue 223

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

Shades of Medium Blue #0029DF

Tints of Medium Blue #0029DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 0%
G = 15.53%
B = 84.47%

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

#0029DF (or 0x0029DF) is known color: Medium Blue. HEX triplet: 00, 29 and DF. RGB value is (0,41,223). Sum of RGB (Red+Green+Blue) = 0+41+223=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 41 (16.41% from 255 or 15.53% 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 #0029DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0029DF is #FFD620. Grayscale: #303030. Windows color (decimal): -16766497 or 14625024. OLE color: 14625024.

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

Color convert

RGB 0 41 223 -
CMYK 1 0.82 0 0.13
HSL 228.97º 1% 0.44% -
HSV(B) 228.97º 1% 0.87% -
XYZ 14.11 6.91 70.4 -
YUV 49.49 225.92 92.7 -
System Red Green Blue C M Y K H S L
Decimal 0 41 223 1 0.82 0 0.13 228.97 1 0.44
Hex 0 29 DF 64 52 0 D E5 64 2C
Octal 0 51 337 144 122 0 15 345 144 54
Binary 0 101001 11011111 1100100 1010010 0 1101 11100101 1100100 101100

Color Harmonies of #0029DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0029DF

Black with #0029DF

Text Example


Text Example

White with #0029DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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