Html Css Color HEX #250ADD Medium Blue

📋 copy color: '#250ADD'

red 37 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #250ADD

Tints of Medium Blue #250ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

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

R = 13.81%
G = 3.73%
B = 82.46%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#250ADD (or 0x250ADD) is known color: Medium Blue. HEX triplet: 25, 0A and DD. RGB value is (37,10,221). Sum of RGB (Red+Green+Blue) = 37+10+221=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #250ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ADD is #DAF522. Grayscale: #292929. Windows color (decimal): -14349603 or 14486053. OLE color: 14486053.

HSL color Cylindrical-coordinate representation of color #250ADD: hue angle of 247.68º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250ADD is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 10 221 -
CMYK 0.83 0.95 0 0.13
HSL 247.68º 0.91% 0.45% -
HSV(B) 247.68º 0.95% 0.87% -
XYZ 13.92 5.83 68.8 -
YUV 42.13 228.95 124.34 -
System Red Green Blue C M Y K H S L
Decimal 37 10 221 0.83 0.95 0 0.13 247.68 0.91 0.45
Hex 25 A DD 53 5F 0 D F8 5B 2D
Octal 45 12 335 123 137 0 15 370 133 55
Binary 100101 1010 11011101 1010011 1011111 0 1101 11111000 1011011 101101

Color Harmonies of #250ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250ADD

Black with #250ADD

Text Example


Text Example

White with #250ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250ADD; }

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

 H1.HeaderClassName
 {
   color: #250ADD;
 }
 .AnyTagClassName
 {
   color: #250ADD;
 }
</style>

background-color css

<style>
 a { background-color: #250ADD; }

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

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

border-color css

<style>
 span { border-color: #250ADD; }

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

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