Html Css Color HEX #250CCF Medium Blue

📋 copy color: '#250CCF'

red 37 ◦ green 12 ◦ blue 207

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

Shades of Medium Blue #250CCF

Tints of Medium Blue #250CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.69%

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

R = 14.45%
G = 4.69%
B = 80.86%

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

#250CCF (or 0x250CCF) is known color: Medium Blue. HEX triplet: 25, 0C and CF. RGB value is (37,12,207). Sum of RGB (Red+Green+Blue) = 37+12+207=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #250CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250CCF is #DAF330. Grayscale: #282828. Windows color (decimal): -14349105 or 13569061. OLE color: 13569061.

HSL color Cylindrical-coordinate representation of color #250CCF: hue angle of 247.69º degrees, saturation: 0.89, 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 #250CCF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 12 207 -
CMYK 0.82 0.94 0 0.19
HSL 247.69º 0.89% 0.43% -
HSV(B) 247.69º 0.94% 0.81% -
XYZ 12.16 5.16 59.39 -
YUV 41.71 221.28 124.64 -
System Red Green Blue C M Y K H S L
Decimal 37 12 207 0.82 0.94 0 0.19 247.69 0.89 0.43
Hex 25 C CF 52 5E 0 13 F8 59 2B
Octal 45 14 317 122 136 0 23 370 131 53
Binary 100101 1100 11001111 1010010 1011110 0 10011 11111000 1011001 101011

Color Harmonies of #250CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CCF

Black with #250CCF

Text Example


Text Example

White with #250CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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