Html Css Color HEX #250DC2 Medium Blue

📋 copy color: '#250DC2'

red 37 ◦ green 13 ◦ blue 194

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

Shades of Medium Blue #250DC2

Tints of Medium Blue #250DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 79.51%

R = 15.16%
G = 5.33%
B = 79.51%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#250DC2 (or 0x250DC2) is known color: Medium Blue. HEX triplet: 25, 0D and C2. RGB value is (37,13,194). Sum of RGB (Red+Green+Blue) = 37+13+194=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 194 (76.17% from 255 or 79.51% from 244); Max value from RGB is 194 - color contains mainly: blue. Hex color #250DC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DC2 is #DAF23D. Grayscale: #282828. Windows color (decimal): -14348862 or 12717349. OLE color: 12717349.

HSL color Cylindrical-coordinate representation of color #250DC2: hue angle of 247.96º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250DC2 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 13 194 -
CMYK 0.81 0.93 0 0.24
HSL 247.96º 0.87% 0.41% -
HSV(B) 247.96º 0.93% 0.76% -
XYZ 10.64 4.58 51.36 -
YUV 40.81 214.45 125.28 -
System Red Green Blue C M Y K H S L
Decimal 37 13 194 0.81 0.93 0 0.24 247.96 0.87 0.41
Hex 25 D C2 51 5D 0 18 F8 57 29
Octal 45 15 302 121 135 0 30 370 127 51
Binary 100101 1101 11000010 1010001 1011101 0 11000 11111000 1010111 101001

Color Harmonies of #250DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DC2

Black with #250DC2

Text Example


Text Example

White with #250DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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