Html Css Color HEX #0219CA Medium Blue

📋 copy color: '#0219CA'

red 2 ◦ green 25 ◦ blue 202

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

Shades of Medium Blue #0219CA

Tints of Medium Blue #0219CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 202 (79.3% from 255) = 88.21%

R = 0.87%
G = 10.92%
B = 88.21%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0219CA (or 0x0219CA) is known color: Medium Blue. HEX triplet: 02, 19 and CA. RGB value is (2,25,202). Sum of RGB (Red+Green+Blue) = 2+25+202=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 202 (79.30% from 255 or 88.21% from 229); Max value from RGB is 202 - color contains mainly: blue. Hex color #0219CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219CA is #FDE635. Grayscale: #252525. Windows color (decimal): -16639542 or 13244674. OLE color: 13244674.

HSL color Cylindrical-coordinate representation of color #0219CA: hue angle of 233.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219CA is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 25 202 -
CMYK 0.99 0.88 0 0.21
HSL 233.1º 0.98% 0.4% -
HSV(B) 233.1º 0.99% 0.79% -
XYZ 11.03 4.97 56.26 -
YUV 38.3 220.38 102.11 -
System Red Green Blue C M Y K H S L
Decimal 2 25 202 0.99 0.88 0 0.21 233.1 0.98 0.4
Hex 2 19 CA 63 58 0 15 E9 62 28
Octal 2 31 312 143 130 0 25 351 142 50
Binary 10 11001 11001010 1100011 1011000 0 10101 11101001 1100010 101000

Color Harmonies of #0219CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0219CA

Black with #0219CA

Text Example


Text Example

White with #0219CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0219CA; }

 p { color: rgb(2,25,202); }

 H1.HeaderClassName
 {
   color: #0219CA;
 }
 .AnyTagClassName
 {
   color: #0219CA;
 }
</style>

background-color css

<style>
 a { background-color: #0219CA; }

 a { background-color: rgb(2,25,202); }

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

border-color css

<style>
 span { border-color: #0219CA; }

 span { border-color: rgb(2,25,202); }

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