Html Css Color HEX #0502C4 Medium Blue

📋 copy color: '#0502C4'

red 5 ◦ green 2 ◦ blue 196

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

Shades of Medium Blue #0502C4

Tints of Medium Blue #0502C4

RGB

 RED value IS 5 (2.34% from 255) = 2.46%

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 196 (76.95% from 255) = 96.55%

R = 2.46%
G = 0.99%
B = 96.55%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0502C4 (or 0x0502C4) is known color: Medium Blue. HEX triplet: 05, 02 and C4. RGB value is (5,2,196). Sum of RGB (Red+Green+Blue) = 5+2+196=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 196 (76.95% from 255 or 96.55% from 203); Max value from RGB is 196 - color contains mainly: blue. Hex color #0502C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502C4 is #FAFD3B. Grayscale: #181818. Windows color (decimal): -16448828 or 12845573. OLE color: 12845573.

HSL color Cylindrical-coordinate representation of color #0502C4: hue angle of 240.93º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502C4 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 2 196 -
CMYK 0.97 0.99 0 0.23
HSL 240.93º 0.98% 0.39% -
HSV(B) 240.93º 0.99% 0.77% -
XYZ 10.05 4.06 52.48 -
YUV 25.01 224.49 113.73 -
System Red Green Blue C M Y K H S L
Decimal 5 2 196 0.97 0.99 0 0.23 240.93 0.98 0.39
Hex 5 2 C4 61 63 0 17 F1 62 27
Octal 5 2 304 141 143 0 27 361 142 47
Binary 101 10 11000100 1100001 1100011 0 10111 11110001 1100010 100111

Color Harmonies of #0502C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0502C4

Black with #0502C4

Text Example


Text Example

White with #0502C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0502C4; }

 p { color: rgb(5,2,196); }

 H1.HeaderClassName
 {
   color: #0502C4;
 }
 .AnyTagClassName
 {
   color: #0502C4;
 }
</style>

background-color css

<style>
 a { background-color: #0502C4; }

 a { background-color: rgb(5,2,196); }

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

border-color css

<style>
 span { border-color: #0502C4; }

 span { border-color: rgb(5,2,196); }

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