Html Css Color HEX #0228DC Medium Blue

📋 copy color: '#0228DC'

red 2 ◦ green 40 ◦ blue 220

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

Shades of Medium Blue #0228DC

Tints of Medium Blue #0228DC

RGB

 RED value IS 2 (1.17% from 255) = 0.76%

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

 BLUE value IS 220 (86.33% from 255) = 83.97%

R = 0.76%
G = 15.27%
B = 83.97%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0228DC (or 0x0228DC) is known color: Medium Blue. HEX triplet: 02, 28 and DC. RGB value is (2,40,220). Sum of RGB (Red+Green+Blue) = 2+40+220=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #0228DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0228DC is #FDD723. Grayscale: #303030. Windows color (decimal): -16635684 or 14428162. OLE color: 14428162.

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

Color convert

RGB 2 40 220 -
CMYK 0.99 0.82 0 0.14
HSL 229.54º 0.98% 0.44% -
HSV(B) 229.54º 0.99% 0.86% -
XYZ 13.7 6.7 68.28 -
YUV 49.16 224.41 94.36 -
System Red Green Blue C M Y K H S L
Decimal 2 40 220 0.99 0.82 0 0.14 229.54 0.98 0.44
Hex 2 28 DC 63 52 0 E E6 62 2C
Octal 2 50 334 143 122 0 16 346 142 54
Binary 10 101000 11011100 1100011 1010010 0 1110 11100110 1100010 101100

Color Harmonies of #0228DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0228DC

Black with #0228DC

Text Example


Text Example

White with #0228DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0228DC; }

 p { color: rgb(2,40,220); }

 H1.HeaderClassName
 {
   color: #0228DC;
 }
 .AnyTagClassName
 {
   color: #0228DC;
 }
</style>

background-color css

<style>
 a { background-color: #0228DC; }

 a { background-color: rgb(2,40,220); }

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

border-color css

<style>
 span { border-color: #0228DC; }

 span { border-color: rgb(2,40,220); }

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