Html Css Color HEX #251CDD Medium Blue

📋 copy color: '#251CDD'

red 37 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #251CDD

Tints of Medium Blue #251CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 12.94%
G = 9.79%
B = 77.27%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#251CDD (or 0x251CDD) is known color: Medium Blue. HEX triplet: 25, 1C and DD. RGB value is (37,28,221). Sum of RGB (Red+Green+Blue) = 37+28+221=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #251CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CDD is #DAE322. Grayscale: #333333. Windows color (decimal): -14344995 or 14490661. OLE color: 14490661.

HSL color Cylindrical-coordinate representation of color #251CDD: hue angle of 242.8º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251CDD is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 28 221 -
CMYK 0.83 0.87 0 0.13
HSL 242.8º 0.78% 0.49% -
HSV(B) 242.8º 0.87% 0.87% -
XYZ 14.23 6.44 68.9 -
YUV 52.69 222.98 116.81 -
System Red Green Blue C M Y K H S L
Decimal 37 28 221 0.83 0.87 0 0.13 242.8 0.78 0.49
Hex 25 1C DD 53 57 0 D F3 4E 31
Octal 45 34 335 123 127 0 15 363 116 61
Binary 100101 11100 11011101 1010011 1010111 0 1101 11110011 1001110 110001

Color Harmonies of #251CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CDD

Black with #251CDD

Text Example


Text Example

White with #251CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,28,221); }

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

background-color css

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

 a { background-color: rgb(37,28,221); }

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

border-color css

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

 span { border-color: rgb(37,28,221); }

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