Html Css Color HEX #250DCB Medium Blue

📋 copy color: '#250DCB'

red 37 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #250DCB

Tints of Medium Blue #250DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

 BLUE value IS 203 (79.69% from 255) = 80.24%

R = 14.62%
G = 5.14%
B = 80.24%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#250DCB (or 0x250DCB) is known color: Medium Blue. HEX triplet: 25, 0D and CB. RGB value is (37,13,203). Sum of RGB (Red+Green+Blue) = 37+13+203=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #250DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DCB is #DAF234. Grayscale: #292929. Windows color (decimal): -14348853 or 13307173. OLE color: 13307173.

HSL color Cylindrical-coordinate representation of color #250DCB: hue angle of 247.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250DCB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 13 203 -
CMYK 0.82 0.94 0 0.20
HSL 247.58º 0.88% 0.42% -
HSV(B) 247.58º 0.94% 0.8% -
XYZ 11.69 4.99 56.85 -
YUV 41.84 218.95 124.55 -
System Red Green Blue C M Y K H S L
Decimal 37 13 203 0.82 0.94 0 0.20 247.58 0.88 0.42
Hex 25 D CB 52 5E 0 14 F8 58 2A
Octal 45 15 313 122 136 0 24 370 130 52
Binary 100101 1101 11001011 1010010 1011110 0 10100 11111000 1011000 101010

Color Harmonies of #250DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DCB

Black with #250DCB

Text Example


Text Example

White with #250DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,13,203); }

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

background-color css

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

 a { background-color: rgb(37,13,203); }

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

border-color css

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

 span { border-color: rgb(37,13,203); }

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