Html Css Color HEX #0227DB Medium Blue

📋 copy color: '#0227DB'

red 2 ◦ green 39 ◦ blue 219

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

Shades of Medium Blue #0227DB

Tints of Medium Blue #0227DB

RGB

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

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

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

R = 0.77%
G = 15%
B = 84.23%

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

#0227DB (or 0x0227DB) is known color: Medium Blue. HEX triplet: 02, 27 and DB. RGB value is (2,39,219). Sum of RGB (Red+Green+Blue) = 2+39+219=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0227DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0227DB is #FDD824. Grayscale: #2F2F2F. Windows color (decimal): -16635941 or 14362370. OLE color: 14362370.

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

Color convert

RGB 2 39 219 -
CMYK 0.99 0.82 0 0.14
HSL 229.77º 0.98% 0.43% -
HSV(B) 229.77º 0.99% 0.86% -
XYZ 13.54 6.58 67.57 -
YUV 48.46 224.24 94.86 -
System Red Green Blue C M Y K H S L
Decimal 2 39 219 0.99 0.82 0 0.14 229.77 0.98 0.43
Hex 2 27 DB 63 52 0 E E6 62 2B
Octal 2 47 333 143 122 0 16 346 142 53
Binary 10 100111 11011011 1100011 1010010 0 1110 11100110 1100010 101011

Color Harmonies of #0227DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0227DB

Black with #0227DB

Text Example


Text Example

White with #0227DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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