Html Css Color HEX #2502CE Medium Blue

📋 copy color: '#2502CE'

red 37 ◦ green 2 ◦ blue 206

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

Shades of Medium Blue #2502CE

Tints of Medium Blue #2502CE

RGB

 RED value IS 37 (14.84% from 255) = 15.1%

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

 BLUE value IS 206 (80.86% from 255) = 84.08%

R = 15.1%
G = 0.82%
B = 84.08%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2502CE (or 0x2502CE) is known color: Medium Blue. HEX triplet: 25, 02 and CE. RGB value is (37,2,206). Sum of RGB (Red+Green+Blue) = 37+2+206=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #2502CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502CE is #DAFD31. Grayscale: #222222. Windows color (decimal): -14351666 or 13500965. OLE color: 13500965.

HSL color Cylindrical-coordinate representation of color #2502CE: hue angle of 250.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502CE is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 2 206 -
CMYK 0.82 0.99 0 0.19
HSL 250.29º 0.98% 0.41% -
HSV(B) 250.29º 0.99% 0.81% -
XYZ 11.93 4.89 58.71 -
YUV 35.72 224.1 128.91 -
System Red Green Blue C M Y K H S L
Decimal 37 2 206 0.82 0.99 0 0.19 250.29 0.98 0.41
Hex 25 2 CE 52 63 0 13 FA 62 29
Octal 45 2 316 122 143 0 23 372 142 51
Binary 100101 10 11001110 1010010 1100011 0 10011 11111010 1100010 101001

Color Harmonies of #2502CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2502CE

Black with #2502CE

Text Example


Text Example

White with #2502CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2502CE; }

 p { color: rgb(37,2,206); }

 H1.HeaderClassName
 {
   color: #2502CE;
 }
 .AnyTagClassName
 {
   color: #2502CE;
 }
</style>

background-color css

<style>
 a { background-color: #2502CE; }

 a { background-color: rgb(37,2,206); }

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

border-color css

<style>
 span { border-color: #2502CE; }

 span { border-color: rgb(37,2,206); }

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