Html Css Color HEX #250BDD Medium Blue

📋 copy color: '#250BDD'

red 37 ◦ green 11 ◦ blue 221

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

Shades of Medium Blue #250BDD

Tints of Medium Blue #250BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

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

R = 13.75%
G = 4.09%
B = 82.16%

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

#250BDD (or 0x250BDD) is known color: Medium Blue. HEX triplet: 25, 0B and DD. RGB value is (37,11,221). Sum of RGB (Red+Green+Blue) = 37+11+221=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #250BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250BDD is #DAF422. Grayscale: #292929. Windows color (decimal): -14349347 or 14486309. OLE color: 14486309.

HSL color Cylindrical-coordinate representation of color #250BDD: hue angle of 247.43º 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 #250BDD is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 11 221 -
CMYK 0.83 0.95 0 0.13
HSL 247.43º 0.91% 0.45% -
HSV(B) 247.43º 0.95% 0.87% -
XYZ 13.93 5.85 68.8 -
YUV 42.71 228.61 123.92 -
System Red Green Blue C M Y K H S L
Decimal 37 11 221 0.83 0.95 0 0.13 247.43 0.91 0.45
Hex 25 B DD 53 5F 0 D F7 5B 2D
Octal 45 13 335 123 137 0 15 367 133 55
Binary 100101 1011 11011101 1010011 1011111 0 1101 11110111 1011011 101101

Color Harmonies of #250BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BDD

Black with #250BDD

Text Example


Text Example

White with #250BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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