Html Css Color HEX #251ADC Medium Blue

📋 copy color: '#251ADC'

red 37 ◦ green 26 ◦ blue 220

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

Shades of Medium Blue #251ADC

Tints of Medium Blue #251ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

 BLUE value IS 220 (86.33% from 255) = 77.74%

R = 13.07%
G = 9.19%
B = 77.74%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#251ADC (or 0x251ADC) is known color: Medium Blue. HEX triplet: 25, 1A and DC. RGB value is (37,26,220). Sum of RGB (Red+Green+Blue) = 37+26+220=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #251ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ADC is #DAE523. Grayscale: #323232. Windows color (decimal): -14345508 or 14424613. OLE color: 14424613.

HSL color Cylindrical-coordinate representation of color #251ADC: hue angle of 243.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251ADC is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 26 220 -
CMYK 0.83 0.88 0 0.14
HSL 243.4º 0.79% 0.48% -
HSV(B) 243.4º 0.88% 0.86% -
XYZ 14.05 6.3 68.19 -
YUV 51.41 223.14 117.73 -
System Red Green Blue C M Y K H S L
Decimal 37 26 220 0.83 0.88 0 0.14 243.4 0.79 0.48
Hex 25 1A DC 53 58 0 E F3 4F 30
Octal 45 32 334 123 130 0 16 363 117 60
Binary 100101 11010 11011100 1010011 1011000 0 1110 11110011 1001111 110000

Color Harmonies of #251ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251ADC

Black with #251ADC

Text Example


Text Example

White with #251ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251ADC; }

 p { color: rgb(37,26,220); }

 H1.HeaderClassName
 {
   color: #251ADC;
 }
 .AnyTagClassName
 {
   color: #251ADC;
 }
</style>

background-color css

<style>
 a { background-color: #251ADC; }

 a { background-color: rgb(37,26,220); }

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

border-color css

<style>
 span { border-color: #251ADC; }

 span { border-color: rgb(37,26,220); }

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