Html Css Color HEX #0218E4 Medium Blue

📋 copy color: '#0218E4'

red 2 ◦ green 24 ◦ blue 228

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

Shades of Medium Blue #0218E4

Tints of Medium Blue #0218E4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 228 (89.45% from 255) = 89.76%

R = 0.79%
G = 9.45%
B = 89.76%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0218E4 (or 0x0218E4) is known color: Medium Blue. HEX triplet: 02, 18 and E4. RGB value is (2,24,228). Sum of RGB (Red+Green+Blue) = 2+24+228=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 228 (89.45% from 255 or 89.76% from 254); Max value from RGB is 228 - color contains mainly: blue. Hex color #0218E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0218E4 is #FDE71B. Grayscale: #272727. Windows color (decimal): -16639772 or 14948354. OLE color: 14948354.

HSL color Cylindrical-coordinate representation of color #0218E4: hue angle of 234.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0218E4 is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 24 228 -
CMYK 0.99 0.89 0 0.11
HSL 234.16º 0.98% 0.45% -
HSV(B) 234.16º 0.99% 0.89% -
XYZ 14.36 6.27 73.85 -
YUV 40.68 233.71 100.41 -
System Red Green Blue C M Y K H S L
Decimal 2 24 228 0.99 0.89 0 0.11 234.16 0.98 0.45
Hex 2 18 E4 63 59 0 B EA 62 2D
Octal 2 30 344 143 131 0 13 352 142 55
Binary 10 11000 11100100 1100011 1011001 0 1011 11101010 1100010 101101

Color Harmonies of #0218E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0218E4

Black with #0218E4

Text Example


Text Example

White with #0218E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0218E4; }

 p { color: rgb(2,24,228); }

 H1.HeaderClassName
 {
   color: #0218E4;
 }
 .AnyTagClassName
 {
   color: #0218E4;
 }
</style>

background-color css

<style>
 a { background-color: #0218E4; }

 a { background-color: rgb(2,24,228); }

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

border-color css

<style>
 span { border-color: #0218E4; }

 span { border-color: rgb(2,24,228); }

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