Html Css Color HEX #0427DB Medium Blue

📋 copy color: '#0427DB'

red 4 ◦ green 39 ◦ blue 219

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

Shades of Medium Blue #0427DB

Tints of Medium Blue #0427DB

RGB

 RED value IS 4 (1.95% from 255) = 1.53%

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

 BLUE value IS 219 (85.94% from 255) = 83.59%

R = 1.53%
G = 14.89%
B = 83.59%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0427DB (or 0x0427DB) is known color: Medium Blue. HEX triplet: 04, 27 and DB. RGB value is (4,39,219). Sum of RGB (Red+Green+Blue) = 4+39+219=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #0427DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0427DB is #FBD824. Grayscale: #303030. Windows color (decimal): -16504869 or 14362372. OLE color: 14362372.

HSL color Cylindrical-coordinate representation of color #0427DB: hue angle of 230.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0427DB is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 39 219 -
CMYK 0.98 0.82 0 0.14
HSL 230.23º 0.96% 0.44% -
HSV(B) 230.23º 0.98% 0.86% -
XYZ 13.56 6.59 67.58 -
YUV 49.06 223.9 95.86 -
System Red Green Blue C M Y K H S L
Decimal 4 39 219 0.98 0.82 0 0.14 230.23 0.96 0.44
Hex 4 27 DB 62 52 0 E E6 60 2C
Octal 4 47 333 142 122 0 16 346 140 54
Binary 100 100111 11011011 1100010 1010010 0 1110 11100110 1100000 101100

Color Harmonies of #0427DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0427DB

Black with #0427DB

Text Example


Text Example

White with #0427DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0427DB; }

 p { color: rgb(4,39,219); }

 H1.HeaderClassName
 {
   color: #0427DB;
 }
 .AnyTagClassName
 {
   color: #0427DB;
 }
</style>

background-color css

<style>
 a { background-color: #0427DB; }

 a { background-color: rgb(4,39,219); }

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

border-color css

<style>
 span { border-color: #0427DB; }

 span { border-color: rgb(4,39,219); }

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