Html Css Color HEX #250DCF Medium Blue

📋 copy color: '#250DCF'

red 37 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #250DCF

Tints of Medium Blue #250DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.54%

R = 14.4%
G = 5.06%
B = 80.54%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#250DCF (or 0x250DCF) is known color: Medium Blue. HEX triplet: 25, 0D and CF. RGB value is (37,13,207). Sum of RGB (Red+Green+Blue) = 37+13+207=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #250DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250DCF is #DAF230. Grayscale: #292929. Windows color (decimal): -14348849 or 13569317. OLE color: 13569317.

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

Color convert

RGB 37 13 207 -
CMYK 0.82 0.94 0 0.19
HSL 247.42º 0.88% 0.43% -
HSV(B) 247.42º 0.94% 0.81% -
XYZ 12.17 5.19 59.39 -
YUV 42.29 220.95 124.23 -
System Red Green Blue C M Y K H S L
Decimal 37 13 207 0.82 0.94 0 0.19 247.42 0.88 0.43
Hex 25 D CF 52 5E 0 13 F7 58 2B
Octal 45 15 317 122 136 0 23 367 130 53
Binary 100101 1101 11001111 1010010 1011110 0 10011 11110111 1011000 101011

Color Harmonies of #250DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DCF

Black with #250DCF

Text Example


Text Example

White with #250DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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